OSDN Git Service

[CMake] examples/Kaleidoscope: Prune redundant libdeps.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Jan 2015 00:35:25 +0000 (00:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 19 Jan 2015 00:35:25 +0000 (00:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226418 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/Chapter4/CMakeLists.txt
examples/Kaleidoscope/Chapter5/CMakeLists.txt
examples/Kaleidoscope/Chapter6/CMakeLists.txt
examples/Kaleidoscope/Chapter7/CMakeLists.txt
examples/Kaleidoscope/Chapter8/CMakeLists.txt

index 8df7d23..2b3aed5 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
   ScalarOpts
   Support
   TransformUtils
index 5aac674..186a6ea 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
   ScalarOpts
   Support
   native
index c5a737a..78b0f1c 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
   ScalarOpts
   Support
   native
index 19fdb95..0d4a97e 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
   ScalarOpts
   Support
   TransformUtils
index 1a95772..32f4cbd 100644 (file)
@@ -1,12 +1,7 @@
 set(LLVM_LINK_COMPONENTS
-  Analysis
   Core
   ExecutionEngine
-  InstCombine
-  MC
-  ScalarOpts
   Support
-  TransformUtils
   native
   mcjit
   )