summaryrefslogtreecommitdiffstats
path: root/lldb/utils/test/llvm-mc-shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/utils/test/llvm-mc-shell.py')
-rwxr-xr-xlldb/utils/test/llvm-mc-shell.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/lldb/utils/test/llvm-mc-shell.py b/lldb/utils/test/llvm-mc-shell.py
index 4d311959842..6adaf5dd3c5 100755
--- a/lldb/utils/test/llvm-mc-shell.py
+++ b/lldb/utils/test/llvm-mc-shell.py
@@ -5,6 +5,8 @@ Run llvm-mc interactively.
"""
+from __future__ import print_function
+
import os
import sys
from optparse import OptionParser
@@ -105,8 +107,8 @@ Usage: %prog [options]
llvm_mc_options = opts.llvm_mc_options
# We have parsed the options.
- print "llvm-mc:", llvm_mc
- print "llvm-mc options:", llvm_mc_options
+ print("llvm-mc:", llvm_mc)
+ print("llvm-mc options:", llvm_mc_options)
llvm_mc_loop(llvm_mc, llvm_mc_options)
OpenPOWER on IntegriCloud