forked from OSchip/llvm-project
[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:
parent
bf95a8cf86
commit
f84a4cb0df
|
@ -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">;
|
||||
|
|
Loading…
Reference in New Issue