[PATCH] D102516: [LLD][MinGW] Ignore --no-undefined flag

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 13:48:22 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf84a4cb0df90: [LLD][MinGW] Ignore --no-undefined flag (authored by mati865, committed by mstorsjo).

Changed prior to commit:
  https://reviews.llvm.org/D102516?vs=345499&id=345551#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102516

Files:
  lld/MinGW/Options.td


Index: lld/MinGW/Options.td
===================================================================
--- lld/MinGW/Options.td
+++ lld/MinGW/Options.td
@@ -125,6 +125,7 @@
 def: F<"high-entropy-va">;
 def: S<"major-image-version">;
 def: S<"minor-image-version">;
+def: F<"no-undefined">;
 def: F<"nxcompat">;
 def: F<"pic-executable">;
 def: S<"plugin">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102516.345551.patch
Type: text/x-patch
Size: 350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210514/dfc7bd59/attachment.bin>


More information about the llvm-commits mailing list