[llvm] [llvm-objdump] Add inlined function display support (PR #142246)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 00:37:59 PDT 2025
================
@@ -155,15 +148,22 @@ OPTIONS
.. option:: --debug-inlined-funcs[=<format>]
Print the locations of inlined functions alongside disassembly.
- ``format`` may be ``unicode``, ``ascii`` or ``line``, defaulting to
+ ``format`` may be ``ascii``, ``limits-only`` or ``unicode``, defaulting to
----------------
jh7370 wrote:
```suggestion
``format`` may be ``ascii``, ``limits-only``, or ``unicode``, defaulting to
```
Nit
https://github.com/llvm/llvm-project/pull/142246
More information about the llvm-commits
mailing list