repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
[llvm.git]
/
test
/
Scripts
/
elf-dump.bat
blob
9c708083b302fe9264a762bb358e38191eb73ffb
1
@echo off
2
3
@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\elf-dump %1 %2 %3 %4 %5 %6 %7 %8 %9
7