[lld] [LLD] [MinGW] Implement --dependent-load-flag option (PR #113814)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 00:20:37 PST 2024
================
@@ -212,7 +213,7 @@ defm guard_longjmp : B<"guard-longjmp",
"Do not enable Control Flow Guard long jump hardening">;
defm error_limit:
EqLong<"error-limit", "Maximum number of errors to emit before stopping (0 = no limit)">;
-def build_id: J<"build-id=">, HelpText<"Generate build ID note (pass none to disable)">,
+def build_id: J<"build-id=">, HelpText<"Generate build ID note (pass none to disable)">,
----------------
alvinhochun wrote:
I noticed this change is still here.
https://github.com/llvm/llvm-project/pull/113814
More information about the llvm-commits
mailing list