mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
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
|
|
)
|