summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-02-16 02:13:30 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-02-16 02:13:30 +0000
commit7540eafb5c5f5b31436800dc6345f7b39d174e97 (patch)
tree7ed20b6dc907b0aa3a731e1ecc28112ea2ada425 /llvm
parent87e580a65982aa79d354cbbc0bcb927e0976e329 (diff)
downloadbcm5719-llvm-7540eafb5c5f5b31436800dc6345f7b39d174e97.tar.gz
bcm5719-llvm-7540eafb5c5f5b31436800dc6345f7b39d174e97.zip
[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
llvm-svn: 229351
Diffstat (limited to 'llvm')
-rw-r--r--llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt1
-rw-r--r--llvm/tools/lli/CMakeLists.txt1
-rw-r--r--llvm/unittests/ExecutionEngine/CMakeLists.txt1
-rw-r--r--llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt1
4 files changed, 4 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
index 111332bccd0..2c01e120070 100644
--- a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
InstCombine
MCJIT
+ RuntimeDyld
ScalarOpts
Support
TransformUtils
diff --git a/llvm/tools/lli/CMakeLists.txt b/llvm/tools/lli/CMakeLists.txt
index 0c2654be685..463c8530894 100644
--- a/llvm/tools/lli/CMakeLists.txt
+++ b/llvm/tools/lli/CMakeLists.txt
@@ -11,6 +11,7 @@ set(LLVM_LINK_COMPONENTS
MCJIT
Object
OrcJIT
+ RuntimeDyld
SelectionDAG
Support
native
diff --git a/llvm/unittests/ExecutionEngine/CMakeLists.txt b/llvm/unittests/ExecutionEngine/CMakeLists.txt
index 783c9b51921..05e093e0c0b 100644
--- a/llvm/unittests/ExecutionEngine/CMakeLists.txt
+++ b/llvm/unittests/ExecutionEngine/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
Interpreter
MC
+ RuntimeDyld
Support
)
diff --git a/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt b/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
index b10cbb4c9ea..e29787f8f42 100644
--- a/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
+++ b/llvm/unittests/ExecutionEngine/MCJIT/CMakeLists.txt
@@ -5,6 +5,7 @@ set(LLVM_LINK_COMPONENTS
IPO
MC
MCJIT
+ RuntimeDyld
ScalarOpts
Support
Target
OpenPOWER on IntegriCloud