projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aa1d8c
)
add file to cmake
author
Chris Lattner
<sabre@nondot.org>
Thu, 25 Jun 2009 04:29:08 +0000
(
04:29
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 25 Jun 2009 04:29:08 +0000
(
04:29
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74159
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/ExecutionEngine/JIT/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/ExecutionEngine/JIT/CMakeLists.txt
b/lib/ExecutionEngine/JIT/CMakeLists.txt
index e0c13a10f0b30214485466b0ef651cfeb2ab23ad..bf915f7c4ca198ab5e8be0392922d2fac3b2fa7e 100644
(file)
--- a/
lib/ExecutionEngine/JIT/CMakeLists.txt
+++ b/
lib/ExecutionEngine/JIT/CMakeLists.txt
@@
-7,5
+7,6
@@
add_llvm_library(LLVMJIT
JITDwarfEmitter.cpp
JITEmitter.cpp
JITMemoryManager.cpp
+ MacOSJITEventListener.cpp
TargetSelect.cpp
)