From 15587b485b94ecfb58078ca4f096fd9e346a161f Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 19 Jan 2015 00:35:33 +0000 Subject: [PATCH] Reorder. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226419 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Kaleidoscope/Chapter4/CMakeLists.txt | 2 +- examples/Kaleidoscope/Chapter5/CMakeLists.txt | 2 +- examples/Kaleidoscope/Chapter6/CMakeLists.txt | 2 +- examples/Kaleidoscope/Chapter7/CMakeLists.txt | 2 +- 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) -- 2.34.1