[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:05 PDT 2025


================
@@ -0,0 +1,632 @@
+## Generated with this compile command, with the source code in Inputs/debug-inlined-functions.c:
+## clang -g -c debug-inlined-function.c -O0 -S -o -
----------------
jh7370 wrote:

Maybe I'm missing something obvious, but won't `-O0` mean no inlining takes place?

https://github.com/llvm/llvm-project/pull/142246


More information about the llvm-commits mailing list