[PATCH] D34464: lit: Make sure testnames are unicode strings
NAKAMURA Takumi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 22 05:59:41 PDT 2017
chapuni added a comment.
I have reproduced the issue, and confirmed this works.
Yet another option; Could we make ProgressBar accept unicode?
The difference is; sys.stdout.write() doesn't accept unicode (by default) but print() accepts.
Repository:
rL LLVM
https://reviews.llvm.org/D34464
More information about the llvm-commits
mailing list