blob: 56428e1a605cf4d8979fd160cec013a5000b26d8 [file] [log] [blame]
Michael J. Spencerdfd30182010-07-27 06:46:15 +00001@echo off
2
Michael J. Spencer68a1a9b2010-10-07 06:29:21 +00003@rem We need to set -u to treat stdin as binary. Python 3 has support for doing
4@rem this in code, but I haven't found a way to do this in 2.6 yet.
5
6%PYTHON_EXECUTABLE% -u %LLVM_SRC_ROOT%\test\Scripts\coff-dump.py %1 %2 %3 %4 %5 %6 %7 %8 %9
Michael J. Spencerdfd30182010-07-27 06:46:15 +00007