diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-14 05:01:53 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-14 05:01:53 +0000 |
commit | 23b702c8de45fedf11f78aa72951a2e909b43689 (patch) | |
tree | 2d0c6b15f6d12f3e15a56f1329139195777722ed /llvm/examples/Kaleidoscope | |
parent | 4a070dc428050d8d025f10408a6faa08f1ba207e (diff) | |
download | bcm5719-llvm-23b702c8de45fedf11f78aa72951a2e909b43689.tar.gz bcm5719-llvm-23b702c8de45fedf11f78aa72951a2e909b43689.zip |
[CMake] Update libdeps.
llvm-svn: 212920
Diffstat (limited to 'llvm/examples/Kaleidoscope')
4 files changed, 4 insertions, 0 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 72a9f0512cd..2b87e868498 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 JIT + MC ScalarOpts Support nativecodegen diff --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt index c7d0276194c..c3e7c43cb41 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 JIT + MC ScalarOpts Support nativecodegen diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt index 669c7eb171b..cd61cec89d5 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 JIT + MC ScalarOpts Support nativecodegen diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt index 0a0c8e7cab5..cdb13c465d1 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 JIT + MC ScalarOpts Support TransformUtils |