repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git]
/
test
/
BugPoint
/
compile-custom.ll.py
blob
b0062ac0b74f30b53496a07af12809e0dbf99f64
1
#!/usr/bin/env python
2
3
from
__future__
import
print_function
4
5
import
sys
6
7
# Currently any print-out from the custom tool is interpreted as a crash
8
# (i.e. test is still interesting)
9
10
print
(
"Error: "
+
' '
.
join
(
sys
.
argv
[
1
:]))
11
12
sys
.
exit
(
1
)