repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PowerPC] Fix for PR35688 - handle out-of-range values for r+r to r+i conversion
[llvm-core.git]
/
test
/
BugPoint
/
compile-custom.ll.py
blob
4b9b30caadc8149799ea9c791ef28d9e19bcab72
1
#!/usr/bin/env python
2
3
import
sys
4
5
# Currently any print-out from the custom tool is interpreted as a crash
6
# (i.e. test is still interesting)
7
8
print
(
"Error: "
+
' '
.
join
(
sys
.
argv
[
1
:]))
9
10
sys
.
exit
(
1
)