summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-06-11 23:29:48 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-06-11 23:29:48 +0000
commit0f29ad644898f174b356c8034135c2888f69757e (patch)
tree8aa7c95cd30ccfe2d6fb78b835d10912ea975287
parentf32a41a7e6df8ff5f78c673e3a73303bdba759ff (diff)
downloadllvm-0f29ad644898f174b356c8034135c2888f69757e.tar.gz
llvm-0f29ad644898f174b356c8034135c2888f69757e.tar.bz2
llvm-0f29ad644898f174b356c8034135c2888f69757e.tar.xz
tests: Add wrapper script for calling macho-dump on Win32.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105856 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Scripts/macho-dump.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Scripts/macho-dump.bat b/test/Scripts/macho-dump.bat
new file mode 100644
index 0000000000..e43c521f53
--- /dev/null
+++ b/test/Scripts/macho-dump.bat
@@ -0,0 +1,3 @@
+@echo off
+macho-dump %1 %2 %3 %4 %5 %6 %7 %8 %9
+