[PATCH] D56249: python compat - print statement

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 05:37:58 PST 2019


If that works then sure.

On Thu, Jan 3, 2019 at 4:34 PM serge via Phabricator
<reviews at reviews.llvm.org> wrote:
>
> serge-sans-paille added a comment.
>
> @lebedev.ri : it turns out the only print statement in the two files involved in gbench only have one argument, and they already have the required parethesis. This means that as such, even without the import from __future__, they work the same in Python2 and Python3. So I will just remove these imports to avoid extra noise.
>
>
> Repository:
>   rL LLVM
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D56249/new/
>
> https://reviews.llvm.org/D56249
>
>
>


More information about the llvm-commits mailing list