[PATCH] D56754: Add Support for Creating and Deleting Unicode Files and Directories in Lit

Jason Mittertreiner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 22 14:54:35 PST 2019


jmittert updated this revision to Diff 187995.
jmittert added a comment.

Rather than using the ambiguous (and not particularly safe)
convertToLocalEncoding, define a to_unicode and use that as well as the
existing to_bytes depending on the platform.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D56754

Files:
  utils/lit/lit/TestRunner.py
  utils/lit/lit/util.py
  utils/lit/tests/Inputs/shtest-shell/rm-unicode-0.txt
  utils/lit/tests/shtest-shell.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56754.187995.patch
Type: text/x-patch
Size: 4235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190222/15692b0b/attachment.bin>


More information about the llvm-commits mailing list