Reorder.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Jan 2015 00:35:33 +0000 (00:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Jan 2015 00:35:33 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226419 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter8/CMakeLists.txt

index 2b3aed5e4558d0f9aac5041b33eedc82d256c6bf..111332bccd0d2befd00698501211922e98d88217 100644 (file)
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
+  MCJIT
   ScalarOpts
   Support
   TransformUtils
   native
-  mcjit
   )
 
 add_kaleidoscope_chapter(Kaleidoscope-Ch4
index 186a6eab145766b7e3a4ded09c9fb1a1b48a4304..aac9949b39465eec4c1cc657ef8ddfad47f09641 100644 (file)
@@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
+  MCJIT
   ScalarOpts
   Support
   native
-  mcjit
   )
 
 add_kaleidoscope_chapter(Kaleidoscope-Ch5
index 78b0f1c379973ab8c387a2bee85ad95cf7ccaef9..55b9a7853c5a804920625eccd32241e9539dc537 100644 (file)
@@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
+  MCJIT
   ScalarOpts
   Support
   native
-  mcjit
   )
 
 add_kaleidoscope_chapter(Kaleidoscope-Ch6
index 0d4a97ee0b9e398e76f4609aa7a7bdfa28780ffa..4bc1b2c715609184c7844d18d91ce73f25bc248b 100644 (file)
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
+  MCJIT
   ScalarOpts
   Support
   TransformUtils
   native
-  mcjit
   )
 
 set(LLVM_REQUIRES_RTTI 1)
index 32f4cbd05b188c66975d10cc223c986be7b88c4d..42882e9026b374dea36a591ec52a9263bc277900 100644 (file)
@@ -1,9 +1,9 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
+  MCJIT
   Support
   native
-  mcjit
   )
 
 set(LLVM_REQUIRES_RTTI 1)