fix build problem pointed out by John Thompson!
authorChris Lattner <sabre@nondot.org>
Thu, 18 Jun 2009 23:46:04 +0000 (23:46 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Jun 2009 23:46:04 +0000 (23:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73739 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/CMakeLists.txt

index a932cca628445d6b1f29f66322505e3cff5cf4e9..bde11592c634eb1da5b86eaff5f9e929c78be56f 100644 (file)
@@ -1,5 +1,5 @@
 set(LLVM_LINK_COMPONENTS support)
 
-add_llvm_tool(llvm-dis
+add_llvm_tool(llvm-mc
   llvm-mc.cpp
   )