brintos

brintos / llvm-project-archived public Read only

0
0
Text · 373 B · a080985 Raw
19 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  XRay4  )5 6add_llvm_unittest(XRayTests7  FDRBlockIndexerTest.cpp8  FDRBlockVerifierTest.cpp9  FDRProducerConsumerTest.cpp10  FDRRecordPrinterTest.cpp11  FDRRecordsTest.cpp12  FDRTraceWriterTest.cpp13  GraphTest.cpp14  ProfileTest.cpp15  )16 17add_dependencies(XRayTests intrinsics_gen)18target_link_libraries(XRayTests PRIVATE LLVMTestingSupport)19