[lld] [LLD][COFF] Add ignored linker flags (PR #150815)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 28 07:42:49 PDT 2025


================
@@ -353,6 +353,12 @@ def fastfail : F<"fastfail">;
 def kernel : F<"kernel">;
 def pdbcompress : F<"pdbcompress">;
 def emitpogophaseinfo : F<"emitpogophaseinfo">;
+defm emittoolversioninfo: B<
+    "emittoolversioninfo",
+    "Emit a tool version info after DOS header (so-called Rich header, default)",
+    "Do not emit a tool version info after DOS header (so-scalled Ricb header)">;
+def novcfeature: F<"novcfeature">;
----------------
kkent030315 wrote:

I just noticed that theres a typo `so-scalled`, I'll fix that as well

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


More information about the llvm-commits mailing list