[llvm] [llvm-objdump] Add inlined function display support (PR #142246)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 5 01:31:03 PDT 2025
================
@@ -153,10 +153,16 @@ OPTIONS
alongside disassembly. ``format`` may be ``unicode`` or ``ascii``, defaulting
to ``unicode`` if omitted.
-.. option:: --debug-vars-indent=<width>
+.. option:: --debug-indent=<width>
- Distance to indent the source-level variable display, relative to the start
- of the disassembly. Defaults to 52 characters.
+ Distance to indent the source-level variable or inlined function display,
+ relative to the start of the disassembly. Defaults to 52 characters.
+
+.. option:: --debug-inlined-funcs=<format>
----------------
jh7370 wrote:
I don't know how this renders, but if it looks sensible, I'd make the suggested inline change and its equivalent for --debug-vars.
```suggestion
.. option:: --debug-inlined-funcs[=<format>]
```
https://github.com/llvm/llvm-project/pull/142246
More information about the llvm-commits
mailing list