mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
408112ede3
llvm-svn: 147615
12 lines
234 B
CMake
12 lines
234 B
CMake
# TODO: Support other architectures. See Makefile.
|
|
add_definitions(-DENABLE_X86_JIT)
|
|
|
|
add_llvm_library(LLVMJIT
|
|
Intercept.cpp
|
|
JIT.cpp
|
|
JITDwarfEmitter.cpp
|
|
JITEmitter.cpp
|
|
JITMemoryManager.cpp
|
|
OProfileJITEventListener.cpp
|
|
)
|