1set(LLVM_LINK_COMPONENTS
2  Support
3  XRay
4  )
5
6add_llvm_unittest(XRayTests
7  FDRBlockIndexerTest.cpp
8  FDRBlockVerifierTest.cpp
9  FDRProducerConsumerTest.cpp
10  FDRRecordPrinterTest.cpp
11  FDRRecordsTest.cpp
12  FDRTraceWriterTest.cpp
13  GraphTest.cpp
14  ProfileTest.cpp
15  )
16
17add_dependencies(XRayTests intrinsics_gen)
18target_link_libraries(XRayTests PRIVATE LLVMTestingSupport)
19