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

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 20:18:54 PST 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lld-coff

Author: None (A2uria)

<details>
<summary>Changes</summary>

See #<!-- -->107346

---
Full diff: https://github.com/llvm/llvm-project/pull/128814.diff


1 Files Affected:

- (modified) lld/COFF/Options.td (+1) 


``````````diff
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">;

``````````

</details>


https://github.com/llvm/llvm-project/pull/128814


More information about the llvm-commits mailing list