[lld] aaa1adc - [LLD][COFF] Add /noexp for link.exe compatibility (#128814)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 07:26:34 PDT 2025


Author: A2uria
Date: 2025-03-10T16:26:30+02:00
New Revision: aaa1adc39886cc21c9dc637a9a6667baa5aff94f

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

LOG: [LLD][COFF] Add /noexp for link.exe compatibility (#128814)

See #107346

Added: 
    

Modified: 
    lld/COFF/Options.td

Removed: 
    


################################################################################
diff  --git a/lld/COFF/Options.td b/lld/COFF/Options.td
index b6fd3d0daaef9..4e401a5fd1d6d 100644
--- a/lld/COFF/Options.td
+++ b/lld/COFF/Options.td
@@ -342,6 +342,7 @@ def fastfail : F<"fastfail">;
 def kernel : F<"kernel">;
 def pdbcompress : F<"pdbcompress">;
 def emitpogophaseinfo : F<"emitpogophaseinfo">;
+def noexp : F<"noexp">;
 
 def delay : P_priv<"delay">;
 def errorreport : P_priv<"errorreport">;


        


More information about the llvm-commits mailing list