[PATCH] D116358: Make lld to support win-xp
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 4 16:28:20 PST 2022
rnk added a comment.
Right, my memory of D112093 <https://reviews.llvm.org/D112093> is that users are free to set a lower subsystem version if they want. @mstorsjo said:
> Overall, many things assume Windows 7 these days, so I don't think it's an entirely unreasonable default - you can always set a lower target if you want to, by passing e.g. `--major-os-version 4` to the linker. I don't think the default of the main COFF linker should be lowered.
The change to the canned XML seems pretty minor, right? We could probably take that part, and drop the subsystem version changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116358/new/
https://reviews.llvm.org/D116358
More information about the llvm-commits
mailing list