blob: d3ac71d3e7978fe91c230194b17ab36353941437 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
BinaryFormat
JITLink
MC
Object
Support
)
add_llvm_library(LLVMBOLTRuntimeLibs
RuntimeLibrary.cpp
HugifyRuntimeLibrary.cpp
InstrumentationRuntimeLibrary.cpp
DISABLE_LLVM_LINK_LLVM_DYLIB
)
target_link_libraries(LLVMBOLTRuntimeLibs
PRIVATE
LLVMBOLTCore
LLVMBOLTPasses
LLVMBOLTUtils
)