summaryrefslogtreecommitdiffstats
path: root/llvm/examples
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/examples
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/examples')
-rw-r--r--llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt1
1 files changed, 1 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
OpenPOWER on IntegriCloud