brintos

brintos / llvm-project-archived public Read only

0
0
Text · 383 B · a2bb4aa Raw
25 lines · plain
1add_llvm_library(LLVMBOLTProfile2  BoltAddressTranslation.cpp3  DataAggregator.cpp4  DataReader.cpp5  Heatmap.cpp6  StaleProfileMatching.cpp7  YAMLProfileReader.cpp8  YAMLProfileWriter.cpp9 10  NO_EXPORT11  DISABLE_LLVM_LINK_LLVM_DYLIB12 13  LINK_COMPONENTS14  Demangle15  MC16  Support17  TransformUtils18  )19 20target_link_libraries(LLVMBOLTProfile21  PRIVATE22  LLVMBOLTCore23  LLVMBOLTUtils24  )25