tests: Add wrapper script for calling macho-dump on Win32.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 11 Jun 2010 23:29:48 +0000 (23:29 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 11 Jun 2010 23:29:48 +0000 (23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105856 91177308-0d34-0410-b5e6-96231b3b80d8

test/Scripts/macho-dump.bat [new file with mode: 0644]

diff --git a/test/Scripts/macho-dump.bat b/test/Scripts/macho-dump.bat
new file mode 100644 (file)
index 0000000..e43c521
--- /dev/null
@@ -0,0 +1,3 @@
+@echo off
+macho-dump %1 %2 %3 %4 %5 %6 %7 %8 %9
+