mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 04:24:23 +00:00
![Lang Hames](/assets/img/avatar_default.png)
This enables lazy JITing on Windows x86-64. Patch by David. Thanks David! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268845 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
333 B
CMake
18 lines
333 B
CMake
add_llvm_library(LLVMOrcJIT
|
|
ExecutionUtils.cpp
|
|
IndirectionUtils.cpp
|
|
NullResolver.cpp
|
|
OrcABISupport.cpp
|
|
OrcCBindings.cpp
|
|
OrcCBindingsStack.cpp
|
|
OrcError.cpp
|
|
OrcMCJITReplacement.cpp
|
|
OrcRemoteTargetRPCAPI.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|