Skip to content

Commit 40d7e57

Browse files
committed
review: alphabetical order
1 parent 7baf785 commit 40d7e57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

llvm/tools/llvm-objcopy/CommonOpts.td

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ def enable_deterministic_archives
2323
: Flag<["--"], "enable-deterministic-archives">,
2424
HelpText<"Enable deterministic mode when operating on archives (use "
2525
"zero for UIDs, GIDs, and timestamps).">;
26+
27+
defm extract_section
28+
: Eq<"extract-section",
29+
"Extract section named <section> into standalone object in file <file>">,
30+
MetaVarName<"section=file">;
31+
2632
def D : Flag<["-"], "D">,
2733
Alias<enable_deterministic_archives>,
2834
HelpText<"Alias for --enable-deterministic-archives">;
@@ -69,11 +75,6 @@ def strip_sections
6975
: Flag<["--"], "strip-sections">,
7076
HelpText<"Remove all section headers and all section data not within segments">;
7177

72-
defm extract_section
73-
: Eq<"extract-section",
74-
"Extract section named <section> into standalone object in file <file>">,
75-
MetaVarName<"section=file">;
76-
7778
defm strip_symbol : Eq<"strip-symbol", "Strip <symbol>">,
7879
MetaVarName<"symbol">;
7980
def N : JoinedOrSeparate<["-"], "N">,

0 commit comments

Comments
 (0)