[lld] r333654 - Fix formatting. NFC.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 07:04:21 PDT 2018
Author: ruiu
Date: Thu May 31 07:04:21 2018
New Revision: 333654
URL: http://llvm.org/viewvc/llvm-project?rev=333654&view=rev
Log:
Fix formatting. NFC.
Modified:
lld/trunk/ELF/Options.td
Modified: lld/trunk/ELF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=333654&r1=333653&r2=333654&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Thu May 31 07:04:21 2018
@@ -31,7 +31,7 @@ def build_id: F<"build-id">, HelpText<"G
def build_id_eq: J<"build-id=">, HelpText<"Generate build ID note">;
-defm check_sections : B<"check-sections",
+defm check_sections: B<"check-sections",
"Check section addresses for overlaps (default)",
"Do not check section addresses for overlaps">;
@@ -334,7 +334,7 @@ defm warn_common: B<"warn-common",
"Warn about duplicate common symbols",
"Do not warn about duplicate common symbols (default)">;
-defm warn_symbol_ordering : B<"warn-symbol-ordering",
+defm warn_symbol_ordering: B<"warn-symbol-ordering",
"Warn about problems with the symbol ordering file (default)",
"Do not warn about problems with the symbol ordering file">;
@@ -469,7 +469,7 @@ def stats: F<"stats">;
def warn_execstack: F<"warn-execstack">;
def warn_once: F<"warn-once">;
def warn_shared_textrel: F<"warn-shared-textrel">;
-def EB : F<"EB">;
-def EL : F<"EL">;
+def EB: F<"EB">;
+def EL: F<"EL">;
def G: JoinedOrSeparate<["-"], "G">;
-def Qy : F<"Qy">;
+def Qy: F<"Qy">;
More information about the llvm-commits
mailing list