Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / BugPoint / compile-custom.ll.py
blob8f3e3c41d779917d6280b433f0765c52fbe75e9e
1 #!/usr/bin/env python
3 from __future__ import print_function
5 import sys
7 # Currently any print-out from the custom tool is interpreted as a crash
8 # (i.e. test is still interesting)
10 print("Error: " + " ".join(sys.argv[1:]))
12 sys.exit(1)