summaryrefslogtreecommitdiffstats
path: root/llvm/test/Scripts
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
commit56b093f572a2e8994afd3626f624bb48b08f0301 (patch)
treeda8c2dbf60017e8af528924aabda44c839250bf5 /llvm/test/Scripts
parent43c2cb63aefba86e2200cd8e4d4bf6de75823e96 (diff)
downloadbcm5719-llvm-56b093f572a2e8994afd3626f624bb48b08f0301.tar.gz
bcm5719-llvm-56b093f572a2e8994afd3626f624bb48b08f0301.zip
tests: Add wrapper script for calling macho-dump on Win32.
llvm-svn: 105856
Diffstat (limited to 'llvm/test/Scripts')
-rw-r--r--llvm/test/Scripts/macho-dump.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Scripts/macho-dump.bat b/llvm/test/Scripts/macho-dump.bat
new file mode 100644
index 00000000000..e43c521f539
--- /dev/null
+++ b/llvm/test/Scripts/macho-dump.bat
@@ -0,0 +1,3 @@
+@echo off
+macho-dump %1 %2 %3 %4 %5 %6 %7 %8 %9
+
OpenPOWER on IntegriCloud