blob: 3fbdd85ff0ce63b25a821d8d8309fc2c35014104 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
Coverage
ProfileData
Support
Object
)
add_llvm_unittest(ProfileDataTests
CoverageMappingTest.cpp
InstrProfDataTest.cpp
InstrProfTest.cpp
ItaniumManglingCanonicalizerTest.cpp
MemProfTest.cpp
SampleProfTest.cpp
SymbolRemappingReaderTest.cpp
)
target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)