Python compat - print statement
authorSerge Guelton <sguelton@quarkslab.com>
Thu, 3 Jan 2019 14:11:33 +0000 (14:11 +0000)
committerSerge Guelton <sguelton@quarkslab.com>
Thu, 3 Jan 2019 14:11:33 +0000 (14:11 +0000)
commit4a27478a5b8bd9f13fef65e66b291a352c532371
treea086542fe11fba6d8779ca2fa96036d80af04312
parent41f98c834bc62a605ec51032482369cfa128d711
Python compat - print statement

Make sure all print statements are compatible with Python 2 and Python3 using
the `from __future__ import print_function` statement.

Differential Revision: https://reviews.llvm.org/D56249

llvm-svn: 350307
56 files changed:
llvm/bindings/python/llvm/core.py
llvm/bindings/python/llvm/tests/test_bitreader.py
llvm/bindings/python/llvm/tests/test_core.py
llvm/bindings/python/llvm/tests/test_disassembler.py
llvm/docs/conf.py
llvm/examples/Kaleidoscope/MCJIT/cached/genk-timing.py
llvm/examples/Kaleidoscope/MCJIT/cached/split-lib.py
llvm/examples/Kaleidoscope/MCJIT/complete/genk-timing.py
llvm/examples/Kaleidoscope/MCJIT/complete/split-lib.py
llvm/examples/Kaleidoscope/MCJIT/lazy/genk-timing.py
llvm/test/BugPoint/compile-custom.ll.py
llvm/test/CodeGen/NVPTX/ld-st-addrrspace.py
llvm/test/CodeGen/NVPTX/wmma.py
llvm/test/CodeGen/SystemZ/Large/branch-range-01.py
llvm/test/CodeGen/SystemZ/Large/branch-range-02.py
llvm/test/CodeGen/SystemZ/Large/branch-range-03.py
llvm/test/CodeGen/SystemZ/Large/branch-range-04.py
llvm/test/CodeGen/SystemZ/Large/branch-range-05.py
llvm/test/CodeGen/SystemZ/Large/branch-range-06.py
llvm/test/CodeGen/SystemZ/Large/branch-range-07.py
llvm/test/CodeGen/SystemZ/Large/branch-range-08.py
llvm/test/CodeGen/SystemZ/Large/branch-range-09.py
llvm/test/CodeGen/SystemZ/Large/branch-range-10.py
llvm/test/CodeGen/SystemZ/Large/branch-range-11.py
llvm/test/CodeGen/SystemZ/Large/branch-range-12.py
llvm/test/CodeGen/SystemZ/Large/spill-01.py
llvm/test/CodeGen/SystemZ/Large/spill-02.py
llvm/test/MC/COFF/bigobj.py
llvm/test/Other/opt-bisect-helper.py
llvm/test/tools/llvm-readobj/Inputs/relocs.py
llvm/tools/sancov/coverage-report-server.py
llvm/utils/DSAclean.py
llvm/utils/DSAextract.py
llvm/utils/Reviewing/find_interesting_reviews.py
llvm/utils/Target/ARM/analyze-match-table.py
llvm/utils/create_ladder_graph.py
llvm/utils/demangle_tree.py
llvm/utils/extract_vplan.py
llvm/utils/gdb-scripts/prettyprinters.py
llvm/utils/indirect_calls.py
llvm/utils/lint/common_lint.py
llvm/utils/lint/cpp_lint.py
llvm/utils/lit/lit/util.py
llvm/utils/lit/tests/Inputs/shtest-env/print_environment.py
llvm/utils/lit/tests/Inputs/shtest-shell/check_path.py
llvm/utils/llvm-build/llvmbuild/componentinfo.py
llvm/utils/llvm-gisel-cov.py
llvm/utils/release/findRegressions-nightly.py
llvm/utils/release/findRegressions-simple.py
llvm/utils/shuffle_fuzz.py
llvm/utils/shuffle_select_fuzz_tester.py
llvm/utils/unicode-case-fold.py
llvm/utils/update_analyze_test_checks.py
llvm/utils/update_llc_test_checks.py
llvm/utils/update_test_checks.py
llvm/utils/wciia.py