Kaleidoscope: Prune unused libdeps.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 27 Aug 2015 00:04:24 +0000 (00:04 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 27 Aug 2015 00:04:24 +0000 (00:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246126 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 31fe76614445c73983e14a6ca14bfea1060aff25..44e1aeecaaeb9d6b0b934556829ca2c060bc38f6 100644 (file)
@@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MCJIT
   Object
   RuntimeDyld
   ScalarOpts
   Support
-  TransformUtils
   native
   )
 
index 06b00826254d4fda097b4afabe8913b994969983..b62ed410103fa07ae349359c35e10ff93a4db896 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MCJIT
   Object
   RuntimeDyld
   ScalarOpts
index b51a2ea38f0a513bef0a2b0c717ddb9363684992..6bb2b19375276d45099c41f2072252e12a4a7d65 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MCJIT
   Object
   RuntimeDyld
   ScalarOpts
index c053b6684c196e3eaa8b7401324f839e2b6cd7f8..27c18cdd0654ff0a48df6f1d1aea1cd9f2331b46 100644 (file)
@@ -3,12 +3,10 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   InstCombine
-  MCJIT
   Object
   RuntimeDyld
   ScalarOpts
   Support
-  TransformUtils
   native
   )
 
index 108e71bfb462fd342aaac225d1ae5ba9468f3a0c..e335cb48ac7a244d19bb9f36ddd60c7cb827e9c1 100644 (file)
@@ -1,9 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
-  MCJIT
   Object
-  RuntimeDyld
   Support
   native
   )