From 4e45256a069e7b9a3570f095be265e081f02c8f0 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 10 Dec 2010 06:19:45 +0000 Subject: [PATCH] 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 --- test/Scripts/{macho-dump => macho-dumpx} | 0 test/Scripts/{macho-dump.bat => macho-dumpx.bat} | 0 tools/macho-dump/Makefile | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename test/Scripts/{macho-dump => macho-dumpx} (100%) rename test/Scripts/{macho-dump.bat => macho-dumpx.bat} (100%) 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 7f965f36c45..638015e9289 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