[PATCH] D116358: Make lld to support win-xp
Mateusz MikuĊa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 2 05:16:25 PST 2022
mati865 added a comment.
There was similar differential recently: https://reviews.llvm.org/D112093
Quoting myself from that discussion:
> I never had to dig into subsystem versions and what do the mean but looking at subsystem <https://docs.microsoft.com/en-us/cpp/build/reference/subsystem-specify-subsystem?view=msvc-160> docs `4.0` stands for kernel mode drivers which looks wrong to me. They also specify `5.01` as 32-bit, `5.02` as 64-bit and `6.0` as being either 32-bit or 64-bit.
This means this change breaks compliance with Windows docs for x86_64 and AArch64 without valid reason.
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