[ELF] - Sort command line options. NFC.

llvm-svn: 280803
This commit is contained in:
George Rimar 2016-09-07 11:43:18 +00:00
parent c69e0818e0
commit bcbbb3987d
1 changed files with 3 additions and 3 deletions

View 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">;