24 lines · plain
1set(LLVM_LINK_COMPONENTS2 BinaryFormat3 JITLink4 MC5 Object6 Support7 )8 9add_llvm_library(LLVMBOLTRuntimeLibs10 RuntimeLibrary.cpp11 HugifyRuntimeLibrary.cpp12 InstrumentationRuntimeLibrary.cpp13 14 NO_EXPORT15 DISABLE_LLVM_LINK_LLVM_DYLIB16 )17 18target_link_libraries(LLVMBOLTRuntimeLibs19 PRIVATE20 LLVMBOLTCore21 LLVMBOLTPasses22 LLVMBOLTUtils23 )24