summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Kaleidoscope/Chapter7
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 11:13:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 11:13:32 +0000
commitb5c4b876907c3af47e1141a9221b5cb1f9372e06 (patch)
treee9c8aba6325d53f7ea483874ff8c50157a101029 /llvm/examples/Kaleidoscope/Chapter7
parentdb0768cb8c7acad90799a8a7957e2c48a0c6f3d1 (diff)
downloadbcm5719-llvm-b5c4b876907c3af47e1141a9221b5cb1f9372e06.tar.gz
bcm5719-llvm-b5c4b876907c3af47e1141a9221b5cb1f9372e06.zip
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
llvm-svn: 196908
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter7')
-rw-r--r--llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
index da3839843bd..0a0c8e7cab5 100644
--- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -1,4 +1,15 @@
-set(LLVM_LINK_COMPONENTS core jit interpreter native)
+set(LLVM_LINK_COMPONENTS
+ Analysis
+ Core
+ ExecutionEngine
+ InstCombine
+ JIT
+ ScalarOpts
+ Support
+ TransformUtils
+ nativecodegen
+ )
+
set(LLVM_REQUIRES_RTTI 1)
add_llvm_example(Kaleidoscope-Ch7
OpenPOWER on IntegriCloud