We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdb1bf9 commit 063a6f7Copy full SHA for 063a6f7
lld/MinGW/Options.td
@@ -212,7 +212,7 @@ defm guard_longjmp : B<"guard-longjmp",
212
"Do not enable Control Flow Guard long jump hardening">;
213
defm error_limit:
214
EqLong<"error-limit", "Maximum number of errors to emit before stopping (0 = no limit)">;
215
-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)">,
216
MetaVarName<"<arg>">;
217
def : F<"build-id">, Alias<build_id>, HelpText<"Alias for --build-id=">;
218
def functionpadmin: J<"functionpadmin=">, HelpText<"Prepares an image for hotpatching">,
0 commit comments