OSDN Git Service

macho-dump: Switch to C++ macho-dump tool.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 10 Dec 2010 06:19:45 +0000 (06:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 10 Dec 2010 06:19:45 +0000 (06:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121466 91177308-0d34-0410-b5e6-96231b3b80d8

test/Scripts/macho-dumpx [moved from test/Scripts/macho-dump with 100% similarity]
test/Scripts/macho-dumpx.bat [moved from test/Scripts/macho-dump.bat with 100% similarity]
tools/macho-dump/Makefile

index 7f965f3..638015e 100644 (file)
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../..
-TOOLNAME = macho-dumpx
+TOOLNAME = macho-dump
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1