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 46067d9973102548ee212ab9d7210be5d2081379..86336debc871348f0b87e2719c3a49e0ca8d5d04 100644 (file)
@@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS
   MC
   ScalarOpts
   Support
-  nativecodegen
+  native
   mcjit
   )
 
index 138cf0c0969aa4895cae0570460980c6f860ce00..e920f0e3445c94b9fd4db0c103686946d265e238 100644 (file)
@@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS
   MC
   ScalarOpts
   Support
-  nativecodegen
+  native
   mcjit
   )
 
index af24377c761a77ea3e1a50d5cea3228a4b713395..9ffd86a65f917748ac68252d729770d251b71d1d 100644 (file)
@@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS
   MC
   ScalarOpts
   Support
-  nativecodegen
+  native
   mcjit
   )
 
index 304c94ba5a2aa70f3bb080faab09ca25ac727454..12d745766cdf89783a8cc8230d9963dff5c4ceff 100644 (file)
@@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   Support
   TransformUtils
-  nativecodegen
+  native
   mcjit
   )
 
index a09c6bee8b56803cfaf65a726b62077a4113d7a6..84436289d2ca49882d5ed130fd5ad980d5fdbe33 100644 (file)
@@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   Support
   TransformUtils
-  nativecodegen
+  native
   mcjit
   )