commit | 4e45256a069e7b9a3570f095be265e081f02c8f0 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Dec 10 06:19:45 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Dec 10 06:19:45 2010 +0000 |
tree | 52e1dd3db3802872771b4c1bc9abee5071b915be | |
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
diff --git a/test/Scripts/macho-dump b/test/Scripts/macho-dumpx similarity index 100% rename from test/Scripts/macho-dump rename to test/Scripts/macho-dumpx
diff --git a/test/Scripts/macho-dump.bat b/test/Scripts/macho-dumpx.bat similarity index 100% rename from test/Scripts/macho-dump.bat rename to test/Scripts/macho-dumpx.bat
diff --git a/tools/macho-dump/Makefile b/tools/macho-dump/Makefile index 7f965f3..638015e 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