diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-12-10 06:19:45 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-12-10 06:19:45 +0000 |
commit | 4e45256a069e7b9a3570f095be265e081f02c8f0 (patch) | |
tree | 52e1dd3db3802872771b4c1bc9abee5071b915be /tools/macho-dump | |
parent | a87d7ec234e1d4a31f4403ee9495d7700e6a593c (diff) |
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/Makefile | 2 |
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 |