From: NAKAMURA Takumi Date: Tue, 10 Dec 2013 11:50:34 +0000 (+0000) Subject: [CMake] Add MCDisassembler to tools/lto. (has been removed since r196908) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b72dc0e14691c7c9651050c02e2fb769a8356500;p=oota-llvm.git [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 --- diff --git a/tools/lto/CMakeLists.txt b/tools/lto/CMakeLists.txt index da0f6bfc1d9..18740520620 100644 --- a/tools/lto/CMakeLists.txt +++ b/tools/lto/CMakeLists.txt @@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS Core LTO MC + MCDisassembler Support )