brintos

brintos / llvm-project-archived public Read only

0
0
Text · 293 B · 086c579 Raw
16 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  TargetParser4  )5 6add_llvm_unittest(TargetParserTests7  CSKYTargetParserTest.cpp8  Host.cpp9  RISCVISAInfoTest.cpp10  RISCVTargetParserTest.cpp11  TargetParserTest.cpp12  TripleTest.cpp13  )14 15target_link_libraries(TargetParserTests PRIVATE LLVMTestingSupport)16