[CMake] Add MCDisassembler to tools/lto. (has been removed since r196908)
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 10 Dec 2013 11:50:34 +0000 (11:50 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 10 Dec 2013 11:50:34 +0000 (11:50 +0000)
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

tools/lto/CMakeLists.txt

index da0f6bfc1d951262277efece3940530c3a8180bd..187405206205ac49a9427811aef026f6079085e9 100644 (file)
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   LTO
   MC
+  MCDisassembler
   Support
   )