24 lines · plain
1set(LLVM_LINK_COMPONENTS2 BitReader3 Core4 Coverage5 ProfileData6 Support7 Object8 )9 10add_llvm_unittest(ProfileDataTests11 BPFunctionNodeTest.cpp12 CoverageMappingTest.cpp13 DataAccessProfTest.cpp14 InstrProfDataTest.cpp15 InstrProfTest.cpp16 ItaniumManglingCanonicalizerTest.cpp17 MemProfTest.cpp18 PGOCtxProfReaderWriterTest.cpp19 SampleProfTest.cpp20 SymbolRemappingReaderTest.cpp21 )22 23target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport)24