[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 8df7d23de8a61e310b7f4e7c9cb903997e16f73e..2b3aed5e4558d0f9aac5041b33eedc82d256c6bf 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
   ScalarOpts
   Support
   TransformUtils
index 5aac67485e1a789e4525d4887e29a0a52f7f4bfa..186a6eab145766b7e3a4ded09c9fb1a1b48a4304 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
   ScalarOpts
   Support
   native
index c5a737ac67f0d283cedda8f5a11d00d23ef14a6f..78b0f1c379973ab8c387a2bee85ad95cf7ccaef9 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
   ScalarOpts
   Support
   native
index 19fdb95d7657807a0dcc20518df00b026670fe2d..0d4a97ee0b9e398e76f4609aa7a7bdfa28780ffa 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MC
   ScalarOpts
   Support
   TransformUtils
index 1a9577223992e6aa11fa0897d2432616d65901b1..32f4cbd05b188c66975d10cc223c986be7b88c4d 100644 (file)
@@ -1,12 +1,7 @@
 set(LLVM_LINK_COMPONENTS
-  Analysis
   Core
   ExecutionEngine
-  InstCombine
-  MC
-  ScalarOpts
   Support
-  TransformUtils
   native
   mcjit
   )