bolt/deps/llvm-18.1.8/llvm/unittests/ProfileData/CMakeLists.txt
2025-02-14 19:21:04 +01:00

20 lines
393 B
CMake

set(LLVM_LINK_COMPONENTS
Core
Coverage
ProfileData
Support
Object
)
add_llvm_unittest(ProfileDataTests
BPFunctionNodeTest.cpp
CoverageMappingTest.cpp
InstrProfDataTest.cpp
InstrProfTest.cpp
ItaniumManglingCanonicalizerTest.cpp
MemProfTest.cpp
SampleProfTest.cpp
SymbolRemappingReaderTest.cpp
)
target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)