OSDN Git Service

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)
commit60ccceba7433d258aaf9cf262b88c6fe2c4cbe95
treec3d1cc6fede9dd5ac51856dca55caac351885304
parent4956e307f3e258b3cc0b91b6c408717b83951758
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

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