[PATCH] D81361: Make lit TestRunner.py work in Python 3

Dmitri Gribenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 02:42:57 PDT 2020


gribozavr2 added a comment.

Instead of adding a cast at the point where the value is used, I think it is usually better to fix callers to cast the values themselves.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81361/new/

https://reviews.llvm.org/D81361





More information about the llvm-commits mailing list