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:
454c399
)
[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 16 Feb 2015 02:13:30 +0000
(
02:13
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Mon, 16 Feb 2015 02:13:30 +0000
(
02:13
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229351
91177308
-0d34-0410-b5e6-
96231b3b80d8
examples/Kaleidoscope/Chapter4/CMakeLists.txt
patch
|
blob
|
history
tools/lli/CMakeLists.txt
patch
|
blob
|
history
unittests/ExecutionEngine/CMakeLists.txt
patch
|
blob
|
history
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/examples/Kaleidoscope/Chapter4/CMakeLists.txt
b/examples/Kaleidoscope/Chapter4/CMakeLists.txt
index 111332bccd0d2befd00698501211922e98d88217..2c01e120070aeb7d479867ac292eab507f66238f 100644
(file)
--- a/
examples/Kaleidoscope/Chapter4/CMakeLists.txt
+++ b/
examples/Kaleidoscope/Chapter4/CMakeLists.txt
@@
-4,6
+4,7
@@
set(LLVM_LINK_COMPONENTS
ExecutionEngine
InstCombine
MCJIT
+ RuntimeDyld
ScalarOpts
Support
TransformUtils
diff --git
a/tools/lli/CMakeLists.txt
b/tools/lli/CMakeLists.txt
index 0c2654be6856937f164e802494053b4329372c48..463c8530894ad29247a6ed4d38ccad19e35336f8 100644
(file)
--- a/
tools/lli/CMakeLists.txt
+++ b/
tools/lli/CMakeLists.txt
@@
-11,6
+11,7
@@
set(LLVM_LINK_COMPONENTS
MCJIT
Object
OrcJIT
+ RuntimeDyld
SelectionDAG
Support
native
diff --git
a/unittests/ExecutionEngine/CMakeLists.txt
b/unittests/ExecutionEngine/CMakeLists.txt
index 783c9b519216d61a0536f5f64de3b8cd6fc1ab69..05e093e0c0b4001c14cebea58772a86eb485176f 100644
(file)
--- a/
unittests/ExecutionEngine/CMakeLists.txt
+++ b/
unittests/ExecutionEngine/CMakeLists.txt
@@
-3,6
+3,7
@@
set(LLVM_LINK_COMPONENTS
ExecutionEngine
Interpreter
MC
+ RuntimeDyld
Support
)
diff --git
a/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
b/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
index b10cbb4c9ea4b94b20954a5591cd630d0c937f15..e29787f8f426e3504b4b1c45c8ba90b0526d6c83 100644
(file)
--- a/
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
+++ b/
unittests/ExecutionEngine/MCJIT/CMakeLists.txt
@@
-5,6
+5,7
@@
set(LLVM_LINK_COMPONENTS
IPO
MC
MCJIT
+ RuntimeDyld
ScalarOpts
Support
Target