mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
17ab368657
was causing builder failures. The bindings were originally added in r251472, and reverted in r251473 due to the builder failures. llvm-svn: 251482
16 lines
293 B
CMake
16 lines
293 B
CMake
add_llvm_library(LLVMOrcJIT
|
|
ExecutionUtils.cpp
|
|
IndirectionUtils.cpp
|
|
NullResolver.cpp
|
|
OrcCBindings.cpp
|
|
OrcCBindingsStack.cpp
|
|
OrcMCJITReplacement.cpp
|
|
OrcTargetSupport.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
|
|
|
|
DEPENDS
|
|
intrinsics_gen
|
|
)
|