[all-commits] [llvm/llvm-project] b5e49c: [LLD][COFF] Ignore /kernel flag
pzhengqc via All-commits
all-commits at lists.llvm.org
Fri Jul 1 10:03:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5e49cdea971742d2fbc8ae35878fcc21daebba1
https://github.com/llvm/llvm-project/commit/b5e49cdea971742d2fbc8ae35878fcc21daebba1
Author: Pengxuan Zheng <pzheng at quicinc.com>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M lld/COFF/Options.td
Log Message:
-----------
[LLD][COFF] Ignore /kernel flag
There exists some description of the flag from Microsoft, but not sure if
there's more to it. We ignore the flag for now until we find out more about it.
https://docs.microsoft.com/en-us/cpp/build/reference/kernel-create-kernel-mode-binary?view=msvc-170
Reviewed By: thieta, hans
Differential Revision: https://reviews.llvm.org/D128238
More information about the All-commits
mailing list