21 lines
393 B
Text
21 lines
393 B
Text
|
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)
|