[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git] / bolt / lib / Profile / CMakeLists.txt
blob9aa4ba0490b0f1f87de9a9c31e12787dca43c711
1 add_llvm_library(LLVMBOLTProfile
2   BoltAddressTranslation.cpp
3   DataAggregator.cpp
4   DataReader.cpp
5   Heatmap.cpp
6   StaleProfileMatching.cpp
7   YAMLProfileReader.cpp
8   YAMLProfileWriter.cpp
10   DISABLE_LLVM_LINK_LLVM_DYLIB
12   LINK_COMPONENTS
13   Demangle
14   MC
15   Support
16   TransformUtils
17   )
19 target_link_libraries(LLVMBOLTProfile
20   PRIVATE
21   LLVMBOLTCore
22   LLVMBOLTUtils
23   )