[PATCH] D128238: [LLD][COFF] Support /kernel flag

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 11:11:58 PDT 2022


pzheng updated this revision to Diff 438768.
pzheng added a comment.

Ignore the flag


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.438768.patch
Type: text/x-patch
Size: 372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220621/27c1b4cf/attachment.bin>


More information about the llvm-commits mailing list