[lld] 063a6f7 - [LLD] [MinGW] Get rid of trailing whitespace. NFC.
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 22 02:34:57 PST 2024
Author: Martin Storsjö
Date: 2024-11-22T12:33:54+02:00
New Revision: 063a6f70a6e86deb81fe6b1f24fecb7774d8cb44
URL: https://github.com/llvm/llvm-project/commit/063a6f70a6e86deb81fe6b1f24fecb7774d8cb44
DIFF: https://github.com/llvm/llvm-project/commit/063a6f70a6e86deb81fe6b1f24fecb7774d8cb44.diff
LOG: [LLD] [MinGW] Get rid of trailing whitespace. NFC.
Added:
Modified:
lld/MinGW/Options.td
Removed:
################################################################################
diff --git a/lld/MinGW/Options.td b/lld/MinGW/Options.td
index abe5e5c82ca3ff..1ff0f7bedc18a9 100644
--- a/lld/MinGW/Options.td
+++ b/lld/MinGW/Options.td
@@ -212,7 +212,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)">,
MetaVarName<"<arg>">;
def : F<"build-id">, Alias<build_id>, HelpText<"Alias for --build-id=">;
def functionpadmin: J<"functionpadmin=">, HelpText<"Prepares an image for hotpatching">,
More information about the llvm-commits
mailing list