[PATCH] D110417: [llvm-dwarfdump][docs] Add missing options to the help output and the command guide
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 24 11:43:15 PDT 2021
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
Sounds good to me!
================
Comment at: llvm/docs/CommandGuide/llvm-dwarfdump.rst:162
+
+ The :option:`--debug-macro` option prints both the .debug_macro and the .debug_macinfo sections. The :option:`--debug-frame` and :option:`--eh-frame` options are aliases, in cases where both sections are present one command outputs both.
----------------
Maybe put these on separate lines to make sure the debug-frame one doesn't get lost behind the debug-macro one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110417/new/
https://reviews.llvm.org/D110417
More information about the llvm-commits
mailing list