[llvm] [llvm-otool] Add -a option to print archive headers (PR #189411)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 02:28:39 PDT 2026
================
@@ -4,6 +4,7 @@ def help : Flag<["--"], "help">, HelpText<"print help">;
def help_hidden : Flag<["--"], "help-hidden">,
HelpText<"print help for hidden flags">;
+def a : Flag<["-"], "a">, HelpText<"print archive header">;
----------------
jh7370 wrote:
Also need to update the .rst CommandGuide document.
https://github.com/llvm/llvm-project/pull/189411
More information about the llvm-commits
mailing list