mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-23 13:56:06 +00:00

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286639 91177308-0d34-0410-b5e6-96231b3b80d8
16 lines
281 B
CMake
16 lines
281 B
CMake
add_llvm_library(LLVMOrcJIT
|
|
ExecutionUtils.cpp
|
|
IndirectionUtils.cpp
|
|
NullResolver.cpp
|
|
OrcABISupport.cpp
|
|
OrcCBindings.cpp
|
|
OrcError.cpp
|
|
OrcMCJITReplacement.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|