[CMake] Add MCDisassembler to tools/lto. (has been removed since r196908)

lto.exports really exports LLVM-C Disasm stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2013-12-10 11:50:34 +00:00
parent dafdc80765
commit b72dc0e146

View File

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