summaryrefslogtreecommitdiff
path: root/tools/macho-dump
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-12-10 06:19:45 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-12-10 06:19:45 +0000
commit4e45256a069e7b9a3570f095be265e081f02c8f0 (patch)
tree52e1dd3db3802872771b4c1bc9abee5071b915be /tools/macho-dump
parenta87d7ec234e1d4a31f4403ee9495d7700e6a593c (diff)
downloadllvm-4e45256a069e7b9a3570f095be265e081f02c8f0.tar.gz
llvm-4e45256a069e7b9a3570f095be265e081f02c8f0.tar.bz2
llvm-4e45256a069e7b9a3570f095be265e081f02c8f0.tar.xz
macho-dump: Switch to C++ macho-dump tool.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121466 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/macho-dump')
-rw-r--r--tools/macho-dump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/macho-dump/Makefile b/tools/macho-dump/Makefile
index 7f965f36c4..638015e928 100644
--- a/tools/macho-dump/Makefile
+++ b/tools/macho-dump/Makefile
@@ -8,7 +8,7 @@
##===----------------------------------------------------------------------===##
LEVEL = ../..
-TOOLNAME = macho-dumpx
+TOOLNAME = macho-dump
# This tool has no plugins, optimize startup time.
TOOL_NO_EXPORTS = 1