1 set(LLVM_LINK_COMPONENTS
6 add_llvm_unittest(XRayTests
7 FDRBlockIndexerTest.cpp
8 FDRBlockVerifierTest.cpp
9 FDRProducerConsumerTest.cpp
10 FDRRecordPrinterTest.cpp
12 FDRTraceWriterTest.cpp
17 add_dependencies(XRayTests intrinsics_gen)
18 target_link_libraries(XRayTests PRIVATE LLVMTestingSupport)