[PATCH] D45550: Use GetArgumentVector to retrieve the utf-8 encoded arguments on all platforms
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 11 19:14:06 PDT 2018
ruiu added a comment.
lld/test/ELF/format-binary-non-ascii.s may not run properly on Windows if the expected encoding for the command line option is not UTF-8, as the test file contains a pathname containing a non-ASCII character encoded in UTF-8 encoding. That is not immediately an issue on Windows.
I think always handling command line options as if they were encoded in UTF-8 is actually wrong.
Are you sure that this is really what you want to do?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D45550
More information about the llvm-commits
mailing list