Revert r200560, "LTO itself hasn't depended on MCDisassembler any more."

Oh sorry, I missed LTO.exports, ... I checked just only *.cpp(s).

llvm-svn: 200562
This commit is contained in:
NAKAMURA Takumi 2014-01-31 17:57:50 +00:00
parent 8ff8b30e4d
commit 3bf2c4f08d
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -9,7 +9,7 @@
LEVEL := ../..
LIBRARYNAME := LTO
LINK_COMPONENTS := all-targets core lto mc support
LINK_COMPONENTS := all-targets core lto mc mcdisassembler support
LINK_LIBS_IN_SHARED := 1
SHARED_LIBRARY := 1