commit | 60ccceba7433d258aaf9cf262b88c6fe2c4cbe95 | [log] [tgz] |
---|---|---|
author | Serge Guelton <sguelton@quarkslab.com> | Thu Jan 03 14:11:33 2019 +0000 |
committer | Serge Guelton <sguelton@quarkslab.com> | Thu Jan 03 14:11:33 2019 +0000 |
tree | c3d1cc6fede9dd5ac51856dca55caac351885304 | |
parent | 4956e307f3e258b3cc0b91b6c408717b83951758 [diff] |
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