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
This commit is contained in:
NAKAMURA Takumi 2014-01-31 17:40:11 +00:00
parent e225c19562
commit 0cb94d9adc
2 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS
Core
LTO
MC
MCDisassembler
Support
)

View 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