[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
blob4b9b30caadc8149799ea9c791ef28d9e19bcab72
1 #!/usr/bin/env python
3 import sys
5 # Currently any print-out from the custom tool is interpreted as a crash
6 # (i.e. test is still interesting)
8 print("Error: " + ' '.join(sys.argv[1:]))
10 sys.exit(1)