[PATCH] D128238: [LLD][COFF] Ignore /kernel flag
Pengxuan Zheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 10:03:22 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb5e49cdea971: [LLD][COFF] Ignore /kernel flag (authored by pzheng).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128238/new/
https://reviews.llvm.org/D128238
Files:
lld/COFF/Options.td
Index: lld/COFF/Options.td
===================================================================
--- lld/COFF/Options.td
+++ lld/COFF/Options.td
@@ -296,6 +296,7 @@
def throwingnew : F<"throwingnew">;
def editandcontinue : F<"editandcontinue">;
def fastfail : F<"fastfail">;
+def kernel : F<"kernel">;
def pdbcompress : F<"pdbcompress">;
def delay : P_priv<"delay">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128238.441730.patch
Type: text/x-patch
Size: 372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220701/8178bfd6/attachment.bin>
More information about the llvm-commits
mailing list