summaryrefslogtreecommitdiffstats
path: root/llvm/examples
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-01-19 00:35:33 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-01-19 00:35:33 +0000
commitded8207c4323366c1fe4287131e728defa685020 (patch)
treec57909b184e01e7fe557bee37484cd36afe45d4f /llvm/examples
parent86c8a9cc74519fccd9b3297f28677250b334251b (diff)
downloadbcm5719-llvm-ded8207c4323366c1fe4287131e728defa685020.tar.gz
bcm5719-llvm-ded8207c4323366c1fe4287131e728defa685020.zip
Reorder.
llvm-svn: 226419
Diffstat (limited to 'llvm/examples')
-rw-r--r--llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt2
-rw-r--r--llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt2
-rw-r--r--llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt2
-rw-r--r--llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt2
-rw-r--r--llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
index 2b3aed5e455..111332bccd0 100644
--- a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
TransformUtils
native
- mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch4
diff --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
index 186a6eab145..aac9949b394 100644
--- a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt
@@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
native
- mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch5
diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
index 78b0f1c3799..55b9a7853c5 100644
--- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt
@@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
native
- mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch6
diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
index 0d4a97ee0b9..4bc1b2c7156 100644
--- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
TransformUtils
native
- mcjit
)
set(LLVM_REQUIRES_RTTI 1)
diff --git a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
index 32f4cbd05b1..42882e9026b 100644
--- a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
+++ b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt
@@ -1,9 +1,9 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
+ MCJIT
Support
native
- mcjit
)
set(LLVM_REQUIRES_RTTI 1)
OpenPOWER on IntegriCloud