[PATCH] D56249: python compat - print statement

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 05:34:55 PST 2019


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