mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
b6c9623247
llvm-svn: 115908
8 lines
253 B
Batchfile
8 lines
253 B
Batchfile
@echo off
|
|
|
|
@rem We need to set -u to treat stdin as binary. Python 3 has support for doing
|
|
@rem this in code, but I haven't found a way to do this in 2.6 yet.
|
|
|
|
%PYTHON_EXECUTABLE% -u %LLVM_SRC_ROOT%\test\Scripts\coff-dump.py %1 %2 %3 %4 %5 %6 %7 %8 %9
|
|
|