aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-18 23:46:04 +0000
committerChris Lattner <sabre@nondot.org>2009-06-18 23:46:04 +0000
commit70faf72d0cbf4a1a5a6bd7ec0c46987606a24c55 (patch)
treec9622097dab9b6cbc18d8cf950eceab1402bd340
parent690b02cc2be75f878ab189295690484f25e98b26 (diff)
downloadexternal_llvm-70faf72d0cbf4a1a5a6bd7ec0c46987606a24c55.zip
external_llvm-70faf72d0cbf4a1a5a6bd7ec0c46987606a24c55.tar.gz
external_llvm-70faf72d0cbf4a1a5a6bd7ec0c46987606a24c55.tar.bz2
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
-rw-r--r--tools/llvm-mc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-mc/CMakeLists.txt b/tools/llvm-mc/CMakeLists.txt
index a932cca..bde1159 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
)