You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
373 B
19 lines
373 B
4 months ago
|
set(LLVM_LINK_COMPONENTS
|
||
|
Support
|
||
|
XRay
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(XRayTests
|
||
|
FDRBlockIndexerTest.cpp
|
||
|
FDRBlockVerifierTest.cpp
|
||
|
FDRProducerConsumerTest.cpp
|
||
|
FDRRecordPrinterTest.cpp
|
||
|
FDRRecordsTest.cpp
|
||
|
FDRTraceWriterTest.cpp
|
||
|
GraphTest.cpp
|
||
|
ProfileTest.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(XRayTests intrinsics_gen)
|
||
|
target_link_libraries(XRayTests PRIVATE LLVMTestingSupport)
|