From: NAKAMURA Takumi Date: Fri, 31 Jan 2014 17:40:11 +0000 (+0000) Subject: LTO itself hasn't depended on MCDisassembler any more. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0cb94d9adc631eafa88218a5e972d45e0cf35f61;p=oota-llvm.git LTO itself hasn't depended on MCDisassembler any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200560 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/lto/CMakeLists.txt b/tools/lto/CMakeLists.txt index c54c8efee8e..c6eec053a86 100644 --- a/tools/lto/CMakeLists.txt +++ b/tools/lto/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core LTO MC - MCDisassembler Support ) diff --git a/tools/lto/Makefile b/tools/lto/Makefile index e2b0ff80ef2..6e8268b7261 100644 --- a/tools/lto/Makefile +++ b/tools/lto/Makefile @@ -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