[PATCH] D116484: [lld][MinGW] Ignore `--[no-]as-neeed` flags in MinGW driver

Markus Böck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 2 03:07:08 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1b708b67f625: [lld][MinGW] Ignore `--[no-]as-neeed` flags in MinGW driver (authored by zero9178).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116484/new/

https://reviews.llvm.org/D116484

Files:
  lld/MinGW/Options.td


Index: lld/MinGW/Options.td
===================================================================
--- lld/MinGW/Options.td
+++ lld/MinGW/Options.td
@@ -146,6 +146,7 @@
 
 // Ignored options
 def: Joined<["-"], "O">;
+def: F<"as-needed">;
 def: F<"build-id">;
 def: F<"disable-auto-image-base">;
 def: F<"enable-auto-image-base">;
@@ -153,6 +154,7 @@
 def: Flag<["--"], "full-shutdown">;
 defm: EqNoHelp<"major-image-version">;
 defm: EqNoHelp<"minor-image-version">;
+def: F<"no-as-needed">;
 def: F<"no-undefined">;
 def: F<"pic-executable">;
 defm: EqNoHelp<"plugin">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116484.396915.patch
Type: text/x-patch
Size: 569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220102/a382eaff/attachment.bin>


More information about the llvm-commits mailing list