[PATCH] D45550: Use GetArgumentVector to retrieve the utf-8 encoded arguments on all platforms

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 13:13:54 PDT 2018


efriedma added a comment.

I would say it's not worth investing any effort into making the test work correctly on Python2 on Windows; as long as Python3 is doing the right thing, that's good enough.  (If we really wanted to, we could avoid the charset conversion in Python2 by calling CreateProcessW using ctypes.)


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45550





More information about the llvm-commits mailing list