[PATCH] D62876: [LLD] [MinGW] Support the -u/--undefined option.

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 15:38:30 PDT 2019


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

lgtm



================
Comment at: MinGW/Options.td:57-58
 def require_defined_eq: J<"require-defined=">, Alias<require_defined>;
+// Strictly taken, the -u option allows for the symbol to remain undefined,
+// which this currently doesn't.
+def undefined: S<"u">, Alias<require_defined>;
----------------
Interesting, I've always interpreted it as -require-defined.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D62876





More information about the llvm-commits mailing list