From 28eb431b8cba1e989e5eeefb3eba37026117209a Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 8 Dec 2014 18:24:06 +0000 Subject: [PATCH] Once more on the cmake build. nativecodegen->native on the dependencies. 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 | 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 46067d99731..86336debc87 100644 --- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt index 138cf0c0969..e920f0e3445 100644 --- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/examples/Kaleidoscope/Chapter6/CMakeLists.txt index af24377c761..9ffd86a65f9 100644 --- a/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt index 304c94ba5a2..12d745766cd 100644 --- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support TransformUtils - nativecodegen + native mcjit ) diff --git a/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt index a09c6bee8b5..84436289d2c 100644 --- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support TransformUtils - nativecodegen + native mcjit )