From 76b88692333101bf483b9a7752bf6cfc9973a005 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 27 Aug 2015 00:04:24 +0000 Subject: [PATCH] Kaleidoscope: Prune unused libdeps. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246126 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Kaleidoscope/Chapter4/CMakeLists.txt | 2 -- examples/Kaleidoscope/Chapter5/CMakeLists.txt | 1 - examples/Kaleidoscope/Chapter6/CMakeLists.txt | 1 - examples/Kaleidoscope/Chapter7/CMakeLists.txt | 2 -- examples/Kaleidoscope/Chapter8/CMakeLists.txt | 2 -- 5 files changed, 8 deletions(-) diff --git a/examples/Kaleidoscope/Chapter4/CMakeLists.txt b/examples/Kaleidoscope/Chapter4/CMakeLists.txt index 31fe7661444..44e1aeecaae 100644 --- a/examples/Kaleidoscope/Chapter4/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter4/CMakeLists.txt @@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MCJIT Object RuntimeDyld ScalarOpts Support - TransformUtils native ) diff --git a/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/examples/Kaleidoscope/Chapter5/CMakeLists.txt index 06b00826254..b62ed410103 100644 --- a/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MCJIT Object RuntimeDyld ScalarOpts diff --git a/examples/Kaleidoscope/Chapter6/CMakeLists.txt b/examples/Kaleidoscope/Chapter6/CMakeLists.txt index b51a2ea38f0..6bb2b193752 100644 --- a/examples/Kaleidoscope/Chapter6/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter6/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MCJIT Object RuntimeDyld ScalarOpts diff --git a/examples/Kaleidoscope/Chapter7/CMakeLists.txt b/examples/Kaleidoscope/Chapter7/CMakeLists.txt index c053b6684c1..27c18cdd065 100644 --- a/examples/Kaleidoscope/Chapter7/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter7/CMakeLists.txt @@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MCJIT Object RuntimeDyld ScalarOpts Support - TransformUtils native ) diff --git a/examples/Kaleidoscope/Chapter8/CMakeLists.txt b/examples/Kaleidoscope/Chapter8/CMakeLists.txt index 108e71bfb46..e335cb48ac7 100644 --- a/examples/Kaleidoscope/Chapter8/CMakeLists.txt +++ b/examples/Kaleidoscope/Chapter8/CMakeLists.txt @@ -1,9 +1,7 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine - MCJIT Object - RuntimeDyld Support native ) -- 2.34.1