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

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 13:48:04 PDT 2021


Author: Mateusz Mikuła
Date: 2021-05-14T23:47:50+03:00
New Revision: f84a4cb0df90098ffde4bd79ace5964d04497cfc

URL: https://github.com/llvm/llvm-project/commit/f84a4cb0df90098ffde4bd79ace5964d04497cfc
DIFF: https://github.com/llvm/llvm-project/commit/f84a4cb0df90098ffde4bd79ace5964d04497cfc.diff

LOG: [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

Added: 
    

Modified: 
    lld/MinGW/Options.td

Removed: 
    


################################################################################
diff  --git a/lld/MinGW/Options.td b/lld/MinGW/Options.td
index 95b61952fc5e9..eceee3a4997b1 100644
--- a/lld/MinGW/Options.td
+++ b/lld/MinGW/Options.td
@@ -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">;


        


More information about the llvm-commits mailing list