summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-08-26 08:05:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-08-26 08:05:55 +0000
commit653592d7ce84d8c9e30c571daa21971498158f58 (patch)
tree38f0b8e0f8853fae5dcd4d6b0caad4204dbda842
parentc6adfa1f3ad0c6f00c41e70a0363b6b5ad8b5548 (diff)
downloadbcm5719-llvm-653592d7ce84d8c9e30c571daa21971498158f58.tar.gz
bcm5719-llvm-653592d7ce84d8c9e30c571daa21971498158f58.zip
Kaleidoscope: Update libdeps corresponding to r246002.
llvm-svn: 246025
-rw-r--r--llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt1
-rw-r--r--llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt1
-rw-r--r--llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt1
-rw-r--r--llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt1
-rw-r--r--llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt1
5 files changed, 5 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
index 2c01e120070..31fe7661444 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
+ Object
RuntimeDyld
ScalarOpts
Support
diff --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
index a938d9731fe..06b00826254 100644
--- a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
InstCombine
MCJIT
+ Object
RuntimeDyld
ScalarOpts
Support
diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
index 7ac1ca49c4f..b51a2ea38f0 100644
--- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
InstCombine
MCJIT
+ Object
RuntimeDyld
ScalarOpts
Support
diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
index 8725e4761f7..c053b6684c1 100644
--- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
InstCombine
MCJIT
+ Object
RuntimeDyld
ScalarOpts
Support
diff --git a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
index f94ed743618..108e71bfb46 100644
--- a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
MCJIT
+ Object
RuntimeDyld
Support
native
OpenPOWER on IntegriCloud