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

lto.exports really exports LLVM-C Disasm stuff.

llvm-svn: 196911
This commit is contained in:
NAKAMURA Takumi 2013-12-10 11:50:34 +00:00
parent c309be2f1f
commit 17b23098ee
1 changed files with 1 additions and 0 deletions

View File

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