Skip to content

Commit

Permalink
[LLD][MinGW] Ignore --no-undefined flag
Browse files Browse the repository at this point in the history
AFAIK this is the default behaviour when this flag is not passed.

Differential Revision: https://reviews.llvm.org/D102516
  • Loading branch information
mati865 authored and mstorsjo committed May 14, 2021
1 parent bf95a8c commit f84a4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lld/MinGW/Options.td
Expand Up @@ -125,6 +125,7 @@ def: Flag<["--"], "full-shutdown">;
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">;
Expand Down

0 comments on commit f84a4cb

Please sign in to comment.