diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-19 00:35:33 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-01-19 00:35:33 +0000 |
commit | 15587b485b94ecfb58078ca4f096fd9e346a161f (patch) | |
tree | 4f4b3da17a1b5653401f797070673ccb04a03c39 /examples | |
parent | 724aec2be317c9f98c09d912a8d9bbe6157980e3 (diff) |
Reorder.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Kaleidoscope/Chapter4/CMakeLists.txt | 2 | ||||
-rw-r--r-- | examples/Kaleidoscope/Chapter5/CMakeLists.txt | 2 | ||||
-rw-r--r-- | examples/Kaleidoscope/Chapter6/CMakeLists.txt | 2 | ||||
-rw-r--r-- | examples/Kaleidoscope/Chapter7/CMakeLists.txt | 2 | ||||
-rw-r--r-- | examples/Kaleidoscope/Chapter8/CMakeLists.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 2b3aed5e455..111332bccd0 100644 --- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/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/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt index 186a6eab145..aac9949b394 100644 --- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/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/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/examples/Kaleidoscope/Chapter6/CMakeLists.txt index 78b0f1c3799..55b9a7853c5 100644 --- a/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/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/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt index 0d4a97ee0b9..4bc1b2c7156 100644 --- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/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/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt index 32f4cbd05b1..42882e9026b 100644 --- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -1,9 +1,9 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine + MCJIT Support native - mcjit ) set(LLVM_REQUIRES_RTTI 1) |