blob: aae8a1b2c521e9e81f6847be9cf5f10161cc0e4d [file] [log] [blame]
add_llvm_library(LLVMMCJIT
MCJIT.cpp
Intercept.cpp
)
add_llvm_library_dependencies(LLVMMCJIT
LLVMCore
LLVMExecutionEngine
LLVMRuntimeDyld
LLVMSupport
LLVMTarget
)