diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-06-11 23:29:48 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-06-11 23:29:48 +0000 |
commit | 56b093f572a2e8994afd3626f624bb48b08f0301 (patch) | |
tree | da8c2dbf60017e8af528924aabda44c839250bf5 /llvm/test/Scripts | |
parent | 43c2cb63aefba86e2200cd8e4d4bf6de75823e96 (diff) | |
download | bcm5719-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.bat | 3 |
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 + |