From b6874c94d28e257f23b699db9d16e22209380153 Mon Sep 17 00:00:00 2001 From: A2uria Date: Wed, 26 Feb 2025 12:16:11 +0800 Subject: [PATCH] [LLD][COFF] Add /noexp for link.exe compatibility --- lld/COFF/Options.td | 1 + 1 file changed, 1 insertion(+) 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">;