[llvm] r226419 - Reorder.
NAKAMURA Takumi
geek4civic at gmail.com
Sun Jan 18 16:35:33 PST 2015
Author: chapuni
Date: Sun Jan 18 18:35:33 2015
New Revision: 226419
URL: http://llvm.org/viewvc/llvm-project?rev=226419&view=rev
Log:
Reorder.
Modified:
llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt
llvm/trunk/examples/Kaleidoscope/Chapter5/CMakeLists.txt
llvm/trunk/examples/Kaleidoscope/Chapter6/CMakeLists.txt
llvm/trunk/examples/Kaleidoscope/Chapter7/CMakeLists.txt
llvm/trunk/examples/Kaleidoscope/Chapter8/CMakeLists.txt
Modified: llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt?rev=226419&r1=226418&r2=226419&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Chapter4/CMakeLists.txt Sun Jan 18 18:35:33 2015
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
TransformUtils
native
- mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch4
Modified: llvm/trunk/examples/Kaleidoscope/Chapter5/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Chapter5/CMakeLists.txt?rev=226419&r1=226418&r2=226419&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Chapter5/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Chapter5/CMakeLists.txt Sun Jan 18 18:35:33 2015
@@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
native
- mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch5
Modified: llvm/trunk/examples/Kaleidoscope/Chapter6/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Chapter6/CMakeLists.txt?rev=226419&r1=226418&r2=226419&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Chapter6/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Chapter6/CMakeLists.txt Sun Jan 18 18:35:33 2015
@@ -3,10 +3,10 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
native
- mcjit
)
add_kaleidoscope_chapter(Kaleidoscope-Ch6
Modified: llvm/trunk/examples/Kaleidoscope/Chapter7/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Chapter7/CMakeLists.txt?rev=226419&r1=226418&r2=226419&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Chapter7/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Chapter7/CMakeLists.txt Sun Jan 18 18:35:33 2015
@@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
InstCombine
+ MCJIT
ScalarOpts
Support
TransformUtils
native
- mcjit
)
set(LLVM_REQUIRES_RTTI 1)
Modified: llvm/trunk/examples/Kaleidoscope/Chapter8/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/Chapter8/CMakeLists.txt?rev=226419&r1=226418&r2=226419&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/Chapter8/CMakeLists.txt (original)
+++ llvm/trunk/examples/Kaleidoscope/Chapter8/CMakeLists.txt Sun Jan 18 18:35:33 2015
@@ -1,9 +1,9 @@
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
+ MCJIT
Support
native
- mcjit
)
set(LLVM_REQUIRES_RTTI 1)
More information about the llvm-commits
mailing list