1set(LLVM_LINK_COMPONENTS 2 BitReader 3 Core 4 Coverage 5 ProfileData 6 Support 7 Object 8 ) 9 10add_llvm_unittest(ProfileDataTests 11 BPFunctionNodeTest.cpp 12 CoverageMappingTest.cpp 13 InstrProfDataTest.cpp 14 InstrProfTest.cpp 15 ItaniumManglingCanonicalizerTest.cpp 16 MemProfTest.cpp 17 PGOCtxProfReaderWriterTest.cpp 18 SampleProfTest.cpp 19 SymbolRemappingReaderTest.cpp 20 ) 21 22target_link_libraries(ProfileDataTests PRIVATE LLVMTestingSupport) 23