2015-06-23 05:37:34 +08:00
|
|
|
add_llvm_library(LLVMOrcJIT
|
2018-06-19 02:01:43 +08:00
|
|
|
CompileOnDemandLayer.cpp
|
2018-01-10 08:09:38 +08:00
|
|
|
Core.cpp
|
2015-06-23 05:37:34 +08:00
|
|
|
ExecutionUtils.cpp
|
|
|
|
IndirectionUtils.cpp
|
2018-05-24 05:27:01 +08:00
|
|
|
IRCompileLayer.cpp
|
2018-05-24 05:27:07 +08:00
|
|
|
IRTransformLayer.cpp
|
2018-09-26 12:18:30 +08:00
|
|
|
LazyReexports.cpp
|
2018-01-22 11:00:31 +08:00
|
|
|
Legacy.cpp
|
2018-05-22 05:11:13 +08:00
|
|
|
Layer.cpp
|
2018-06-27 05:35:48 +08:00
|
|
|
LLJIT.cpp
|
2015-06-23 05:37:34 +08:00
|
|
|
NullResolver.cpp
|
2018-05-24 05:27:06 +08:00
|
|
|
ObjectTransformLayer.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
|
2018-05-22 07:45:40 +08:00
|
|
|
RTDyldObjectLinkingLayer.cpp
|
2018-09-26 09:24:12 +08:00
|
|
|
ThreadSafeModule.cpp
|
2015-06-23 05:37:34 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
|
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
|
|
|
)
|
2018-07-06 05:23:15 +08:00
|
|
|
|
|
|
|
target_link_libraries(LLVMOrcJIT
|
|
|
|
PRIVATE
|
|
|
|
LLVMBitReader
|
|
|
|
LLVMBitWriter
|
|
|
|
)
|