[docs] Fix build-docs.sh
[llvm-project.git] / llvm / unittests / XRay / CMakeLists.txt
bloba08098582ae8557157e0a063951eca72b920860e
1 set(LLVM_LINK_COMPONENTS
2   Support
3   XRay
4   )
6 add_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   )
17 add_dependencies(XRayTests intrinsics_gen)
18 target_link_libraries(XRayTests PRIVATE LLVMTestingSupport)