[PATCH] D88401: [lib/Support/CommandLine][windows] - Handle "\ " as a space token.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 00:32:23 PDT 2020
jhenderson added a comment.
If we switch to a GNU style tokenisation, I'd like to know the difference in behaviour versus the Windows one, since our existing user base will be used to the Windows version. That being said, since LLD is supposed to be GNU compatible, it would make sense if it matched the GNU behaviour.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88401/new/
https://reviews.llvm.org/D88401
More information about the llvm-commits
mailing list