[PATCH] D27405: Make sancov.py py3-compatible
Mike Aizatsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 09:52:29 PST 2017
aizatsky added a comment.
Does this script actually run with python3 after these changes, or are these lint-driven errors? I'm not an expert in python3 (only used python2), but afaik it doesn't have `%` operator (you are supposed to use `"".format()`).
Repository:
rL LLVM
https://reviews.llvm.org/D27405
More information about the llvm-commits
mailing list