[PATCH] D154176: [Driver][MSVC] Move lld specific flags before inputs
Haohai, Wen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 30 20:34:31 PDT 2023
HaohaiWen added a comment.
In D154176#4465223 <https://reviews.llvm.org/D154176#4465223>, @mstorsjo wrote:
> Is this a NFC change, as a preparation for a separate change? In that case, please add an NFC tag to the subject - if not, please explain (and test) the expected behaviour change.
The order of lld cmdargs would change from
lld "flags" "inputs" "/vfsoverlay:xxx"
to
lld "flags" "/vfsoverlay:xxx" "inputs".
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154176/new/
https://reviews.llvm.org/D154176
More information about the cfe-commits
mailing list