[PATCH] D88401: [lib/Support/CommandLine][windows] - Handle "\ " as a space token.
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 09:47:24 PDT 2020
rnk added a comment.
In D88401#2300007 <https://reviews.llvm.org/D88401#2300007>, @jhenderson wrote:
> That being said, since LLD is supposed to be GNU compatible, it would make sense if it matched the GNU behaviour.
I'm agreed on all fronts, but the above statement makes me twitch a bit, lld-link does not strive to be GNU compatible. :) But yes, generally, many parts of LLD aim to be GNU-compatible. We probably just need to more carefully nail down the conditions under which GNU response file parsing is desired. I believe the user always the escape hatch of `--rsp-quoting=posix/windows`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88401/new/
https://reviews.llvm.org/D88401
More information about the llvm-commits
mailing list