[llvm] [llvm-objdump] Add inlined function display support (PR #142246)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 07:46:57 PDT 2025
================
@@ -267,6 +267,10 @@ Changes to the LLVM tools
* In llvm-objcopy/llvm-strip's ELF port, `--discard-locals` and `--discard-all` now allow and preserve symbols referenced by relocations.
([#47468](https://github.com/llvm/llvm-project/issues/47468))
* llvm-addr2line now supports a `+` prefix when specifying an address.
+* llvm-objdump now supports the `--debug-inlined-funcs` flag that prints the
+ locations of inlined functions alongside disassembly. It also renames
+ `--debug-vars-indent` flag to `--debug-indent`.
+
----------------
gulfemsavrun wrote:
Done.
https://github.com/llvm/llvm-project/pull/142246
More information about the llvm-commits
mailing list