mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
0f25988689
llvm-svn: 56419
12 lines
233 B
CMake
12 lines
233 B
CMake
# TODO: Support other architectures. See Makefile.
|
|
add_definitions(-DENABLE_X86_JIT)
|
|
|
|
add_partially_linked_object(LLVMJIT
|
|
Intercept.cpp
|
|
JIT.cpp
|
|
JITDwarfEmitter.cpp
|
|
JITEmitter.cpp
|
|
JITMemoryManager.cpp
|
|
TargetSelect.cpp
|
|
)
|