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 | 0f29ad644898f174b356c8034135c2888f69757e (patch) | |
tree | 8aa7c95cd30ccfe2d6fb78b835d10912ea975287 /test/Scripts | |
parent | f32a41a7e6df8ff5f78c673e3a73303bdba759ff (diff) | |
download | external_llvm-0f29ad644898f174b356c8034135c2888f69757e.zip external_llvm-0f29ad644898f174b356c8034135c2888f69757e.tar.gz external_llvm-0f29ad644898f174b356c8034135c2888f69757e.tar.bz2 |
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
Diffstat (limited to 'test/Scripts')
-rw-r--r-- | test/Scripts/macho-dump.bat | 3 |
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 0000000..e43c521 --- /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 + |