[llvm] [llvm-objdump] Add inlined function display support (PR #142246)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 14 07:12:41 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
----------------
gulfemsavrun wrote:
Done.
https://github.com/llvm/llvm-project/pull/142246
More information about the llvm-commits
mailing list