mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
6e5d344a2e
llvm-svn: 125968
9 lines
170 B
CMake
9 lines
170 B
CMake
add_llvm_library(LLVMExecutionEngine
|
|
ExecutionEngine.cpp
|
|
ExecutionEngineBindings.cpp
|
|
)
|
|
|
|
add_subdirectory(Interpreter)
|
|
add_subdirectory(JIT)
|
|
add_subdirectory(MCJIT)
|