@@ -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+
2632def 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-
7778defm strip_symbol : Eq<"strip-symbol", "Strip <symbol>">,
7879 MetaVarName<"symbol">;
7980def N : JoinedOrSeparate<["-"], "N">,
0 commit comments