repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
[llvm.git]
/
test
/
Scripts
/
ignore
blob
865ae4df1bd4d13b909bb97cca787d91782ee17a
1
#!/bin/sh
2
#
3
# Program: ignore
4
#
5
# Synopsis: Ignore the result code of the command and always return 0
6
#
7
# Syntax: ignore command <arguments>
8
9
"$@"
||
exit
0
&&
exit
0
10
exit
0