LTO itself hasn't depended on MCDisassembler any more.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 31 Jan 2014 17:40:11 +0000 (17:40 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 31 Jan 2014 17:40:11 +0000 (17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200560 91177308-0d34-0410-b5e6-96231b3b80d8

tools/lto/CMakeLists.txt
tools/lto/Makefile

index c54c8efee8e17bfebfdc4f9c5982a63764496d92..c6eec053a86cf2f72e087104e4db31896260a81d 100644 (file)
@@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Core
   LTO
   MC
-  MCDisassembler
   Support
   )
 
index e2b0ff80ef2086125feeaf8e1c18a627d5dc7540..6e8268b726129351ae0c009769e4289bf2c521f0 100644 (file)
@@ -9,8 +9,7 @@
 
 LEVEL := ../..
 LIBRARYNAME := LTO
-LINK_COMPONENTS := all-targets ipo scalaropts linker bitreader bitwriter \
-                   lto mcdisassembler vectorize
+LINK_COMPONENTS := all-targets core lto mc support
 LINK_LIBS_IN_SHARED := 1
 SHARED_LIBRARY := 1