blob: 29b9cb751dabedec10086bb9a9dd8b24406c6bc3 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
BitReader
Core
Coverage
ProfileData
Support
Object
)
add_llvm_unittest(ProfileDataTests
BPFunctionNodeTest.cpp
CoverageMappingTest.cpp
DataAccessProfTest.cpp
InstrProfDataTest.cpp
InstrProfTest.cpp
ItaniumManglingCanonicalizerTest.cpp
MemProfTest.cpp
PGOCtxProfReaderWriterTest.cpp
SampleProfTest.cpp
SymbolRemappingReaderTest.cpp
)
target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)