brintos

brintos / llvm-project-archived public Read only

0
0
Text · 463 B · 29b9cb7 Raw
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