From: Chris Lattner Date: Thu, 18 Jun 2009 23:46:04 +0000 (+0000) Subject: fix build problem pointed out by John Thompson! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f4a481505eadaf661623ff801af9f4f458bcf9b0;p=oota-llvm.git fix build problem pointed out by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73739 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-mc/CMakeLists.txt b/tools/llvm-mc/CMakeLists.txt index a932cca6284..bde11592c63 100644 --- a/tools/llvm-mc/CMakeLists.txt +++ b/tools/llvm-mc/CMakeLists.txt @@ -1,5 +1,5 @@ set(LLVM_LINK_COMPONENTS support) -add_llvm_tool(llvm-dis +add_llvm_tool(llvm-mc llvm-mc.cpp )