[LLD][MinGW] Ignore --no-undefined flag

AFAIK this is the default behaviour when this flag is not passed.

Differential Revision: https://reviews.llvm.org/D102516
This commit is contained in:
Mateusz Mikuła 2021-05-14 23:46:49 +03:00 committed by Martin Storsjö
parent bf95a8cf86
commit f84a4cb0df
1 changed files with 1 additions and 0 deletions

View File

@ -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">;