[PATCH] D42674: Make utils/UpdateTestChecks/common.py Python 2/3 compatible and fix print statements.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 1 15:44:54 PST 2018


MaskRay added a comment.

In https://reviews.llvm.org/D42674#995403, @modocache wrote:

> Mostly looks good, but I had one suggestion!


In Python 2, `str.decode` returns `unicode`. I just want to ensure everything is `str` in both Python 2 and Python 3.


Repository:
  rL LLVM

https://reviews.llvm.org/D42674





More information about the llvm-commits mailing list