repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix comment for consistency sake.
[llvm/avr.git]
/
lib
/
ExecutionEngine
/
JIT
/
CMakeLists.txt
blob
7f15b4cf08970c438bd84d0f935621e4e4321339
1
# TODO: Support other architectures. See Makefile.
2
add_definitions(-DENABLE_X86_JIT)
3
4
add_llvm_library(LLVMJIT
5
Intercept.cpp
6
JIT.cpp
7
JITDwarfEmitter.cpp
8
JITEmitter.cpp
9
JITMemoryManager.cpp
10
MacOSJITEventListener.cpp
11
OProfileJITEventListener.cpp
12
TargetSelect.cpp
13
)