[ELF] - Sort command line options. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 7 Sep 2016 11:43:18 +0000 (11:43 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 7 Sep 2016 11:43:18 +0000 (11:43 +0000)
llvm-svn: 280803

lld/ELF/Options.td

index d8ef1b3..fdc1874 100644 (file)
@@ -74,6 +74,9 @@ def fatal_warnings: F<"fatal-warnings">,
 def fini: S<"fini">, MetaVarName<"<symbol>">,
   HelpText<"Specify a finalizer function">;
 
+def gc_sections: F<"gc-sections">,
+  HelpText<"Enable garbage collection of unused sections">;
+
 def hash_style: S<"hash-style">,
   HelpText<"Specify hash style (sysv, gnu or both)">;
 
@@ -83,9 +86,6 @@ def icf: F<"icf=all">, HelpText<"Enable identical code folding">;
 
 def image_base : J<"image-base=">, HelpText<"Set the base address">;
 
-def gc_sections: F<"gc-sections">,
-  HelpText<"Enable garbage collection of unused sections">;
-
 def init: S<"init">, MetaVarName<"<symbol>">,
   HelpText<"Specify an initializer function">;