blob: ce3a0a45ccf18c981d1b4ab0ec390b39ec127cb9 [file] [log] [blame]
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)