mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
fecaeae94b
llvm-svn: 84744
14 lines
278 B
CMake
14 lines
278 B
CMake
# TODO: Support other architectures. See Makefile.
|
|
add_definitions(-DENABLE_X86_JIT)
|
|
|
|
add_llvm_library(LLVMJIT
|
|
Intercept.cpp
|
|
JIT.cpp
|
|
JITDebugRegisterer.cpp
|
|
JITDwarfEmitter.cpp
|
|
JITEmitter.cpp
|
|
JITMemoryManager.cpp
|
|
OProfileJITEventListener.cpp
|
|
TargetSelect.cpp
|
|
)
|