OSDN Git Service

Once more on the cmake build. nativecodegen->native on the dependencies.
authorEric Christopher <echristo@gmail.com>
Mon, 8 Dec 2014 18:24:06 +0000 (18:24 +0000)
committerEric Christopher <echristo@gmail.com>
Mon, 8 Dec 2014 18:24:06 +0000 (18:24 +0000)
Thanks to Rafael Espindola for testing assistance.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223678 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 46067d9..86336de 100644 (file)
@@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS
   MC
   ScalarOpts
   Support
-  nativecodegen
+  native
   mcjit
   )
 
index 138cf0c..e920f0e 100644 (file)
@@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS
   MC
   ScalarOpts
   Support
-  nativecodegen
+  native
   mcjit
   )
 
index af24377..9ffd86a 100644 (file)
@@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS
   MC
   ScalarOpts
   Support
-  nativecodegen
+  native
   mcjit
   )
 
index 304c94b..12d7457 100644 (file)
@@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   Support
   TransformUtils
-  nativecodegen
+  native
   mcjit
   )
 
index a09c6be..8443628 100644 (file)
@@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   Support
   TransformUtils
-  nativecodegen
+  native
   mcjit
   )