forked from OSchip/llvm-project
[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:
parent
c309be2f1f
commit
17b23098ee
|
@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
|
|||
Core
|
||||
LTO
|
||||
MC
|
||||
MCDisassembler
|
||||
Support
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue