2015-06-23 05:37:34 +08:00
|
|
|
add_llvm_library(LLVMOrcJIT
|
|
|
|
ExecutionUtils.cpp
|
|
|
|
IndirectionUtils.cpp
|
|
|
|
NullResolver.cpp
|
2016-05-07 11:36:38 +08:00
|
|
|
OrcABISupport.cpp
|
2015-10-28 10:40:04 +08:00
|
|
|
OrcCBindings.cpp
|
2016-01-11 08:34:13 +08:00
|
|
|
OrcError.cpp
|
2015-06-23 05:37:34 +08:00
|
|
|
OrcMCJITReplacement.cpp
|
2017-04-13 09:03:06 +08:00
|
|
|
RPCUtils.cpp
|
2015-06-23 05:37:34 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
|
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
|
|
|
)
|