From 32745dde08f5dd51df7e331cd7df830107941344 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. llvm-svn: 223678 --- llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt | 2 +- llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt | 2 +- llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt | 2 +- llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt | 2 +- llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 46067d9..86336de 100644 --- a/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt index 138cf0c..e920f0e 100644 --- a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt index af24377..9ffd86a 100644 --- a/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -6,7 +6,7 @@ set(LLVM_LINK_COMPONENTS MC ScalarOpts Support - nativecodegen + native mcjit ) diff --git a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt index 304c94b..12d7457 100644 --- a/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support TransformUtils - nativecodegen + native mcjit ) diff --git a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt index a09c6be..8443628 100644 --- a/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -7,7 +7,7 @@ set(LLVM_LINK_COMPONENTS ScalarOpts Support TransformUtils - nativecodegen + native mcjit ) -- 2.7.4