summaryrefslogtreecommitdiffstats
path: root/llvm/test/BugPoint/compile-custom.ll.py
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/BugPoint/compile-custom.ll.py')
-rwxr-xr-xllvm/test/BugPoint/compile-custom.ll.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/BugPoint/compile-custom.ll.py b/llvm/test/BugPoint/compile-custom.ll.py
index 4b9b30caadc..b0062ac0b74 100755
--- a/llvm/test/BugPoint/compile-custom.ll.py
+++ b/llvm/test/BugPoint/compile-custom.ll.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
+from __future__ import print_function
+
import sys
# Currently any print-out from the custom tool is interpreted as a crash
OpenPOWER on IntegriCloud