From: NAKAMURA Takumi Date: Mon, 19 Jan 2015 00:35:25 +0000 (+0000) Subject: [CMake] examples/Kaleidoscope: Prune redundant libdeps. X-Git-Tag: android-x86-7.1-r4~53338 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=724aec2be317c9f98c09d912a8d9bbe6157980e3;p=android-x86%2Fexternal-llvm.git [CMake] examples/Kaleidoscope: Prune redundant libdeps. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226418 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 8df7d23de8a..2b3aed5e455 100644 --- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MC ScalarOpts Support TransformUtils diff --git a/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt index 5aac67485e1..186a6eab145 100644 --- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MC ScalarOpts Support native diff --git a/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/examples/Kaleidoscope/Chapter6/CMakeLists.txt index c5a737ac67f..78b0f1c3799 100644 --- a/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MC ScalarOpts Support native diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt index 19fdb95d765..0d4a97ee0b9 100644 --- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MC ScalarOpts Support TransformUtils diff --git a/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt index 1a957722399..32f4cbd05b1 100644 --- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -1,12 +1,7 @@ set(LLVM_LINK_COMPONENTS - Analysis Core ExecutionEngine - InstCombine - MC - ScalarOpts Support - TransformUtils native mcjit )