From 724aec2be317c9f98c09d912a8d9bbe6157980e3 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 19 Jan 2015 00:35:25 +0000 Subject: [PATCH] [CMake] examples/Kaleidoscope: Prune redundant libdeps. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226418 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Kaleidoscope/Chapter4/CMakeLists.txt | 1 - examples/Kaleidoscope/Chapter5/CMakeLists.txt | 1 - examples/Kaleidoscope/Chapter6/CMakeLists.txt | 1 - examples/Kaleidoscope/Chapter7/CMakeLists.txt | 1 - examples/Kaleidoscope/Chapter8/CMakeLists.txt | 5 ----- 5 files changed, 9 deletions(-) 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 ) -- 2.34.1