[llvm] [llvm-objdump] Add inlined function display support (PR #142246)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 9 07:41:10 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 -
+
+# RUN: llvm-mc -triple=x86_64 %s -filetype=obj -o %t.o
+
+# RUN: llvm-objdump %t.o -d --debug-inlined-funcs=line | \
+# RUN: FileCheck %s --check-prefix=LINE
+
+# RUN: llvm-objdump %t.o -d --debug-inlined-funcs | \
----------------
gulfemsavrun wrote:
So, I added two tests one with `debug-inlined-funcs` flag and one with `debug-inlined-funcs=unicode`, and the outputs are identical for them. Please let me know if that's not what you requested.
https://github.com/llvm/llvm-project/pull/142246
More information about the llvm-commits
mailing list