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

Mateusz MikuĊ‚a via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 10:53:42 PDT 2021


mati865 created this revision.
mati865 added a reviewer: mstorsjo.
mati865 added a project: lld.
Herald added a subscriber: dang.
mati865 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

AFAIK this is the default behaviour when this flag is not passed.
Maybe it should disable any `--undefined` flags?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102516

Files:
  lld/MinGW/Options.td


Index: lld/MinGW/Options.td
===================================================================
--- lld/MinGW/Options.td
+++ lld/MinGW/Options.td
@@ -137,3 +137,4 @@
 def: J<"sysroot">;
 def: F<"start-group">;
 def: F<"tsaware">;
+def: F<"no-undefined">;


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


More information about the llvm-commits mailing list