[PATCH] D110417: [llvm-dwarfdump][docs] Add missing options to the help output and the command guide

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 06:31:14 PDT 2021


gbreynoo marked an inline comment as done.
gbreynoo added inline comments.


================
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.
 
----------------
dblaikie wrote:
> Maybe put these on separate lines to make sure the debug-frame one doesn't get lost behind the debug-macro one?
Thanks dblaikie, done.


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