[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git] / bolt / lib / RuntimeLibs / CMakeLists.txt
blobd3ac71d3e7978fe91c230194b17ab36353941437
1 set(LLVM_LINK_COMPONENTS
2   BinaryFormat
3   JITLink
4   MC
5   Object
6   Support
7   )
9 add_llvm_library(LLVMBOLTRuntimeLibs
10   RuntimeLibrary.cpp
11   HugifyRuntimeLibrary.cpp
12   InstrumentationRuntimeLibrary.cpp
14   DISABLE_LLVM_LINK_LLVM_DYLIB
15   )
17 target_link_libraries(LLVMBOLTRuntimeLibs
18   PRIVATE
19   LLVMBOLTCore
20   LLVMBOLTPasses
21   LLVMBOLTUtils
22   )