[llvm] [llvm-objdump] Add inlined function display support (PR #142246)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 17:03:08 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 -
----------------
gulfemsavrun wrote:
This is a typo and thanks for catching that. It should be `-O1`.
https://github.com/llvm/llvm-project/pull/142246
More information about the llvm-commits
mailing list