[llvm] [DebugInfo] Only create DIEs of concrete functions (PR #90523)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 10:13:45 PDT 2024
================
@@ -0,0 +1,96 @@
+; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --implicit-check-not "{{DW_TAG|NULL}}" %s
+
+; RUN: %llc_dwarf --try-experimental-debuginfo-iterators -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck --implicit-check-not "{{DW_TAG|NULL}}" %s
+
----------------
dwblaikie wrote:
some instructions on how to reproduce the IR would be good - just the clang command line or whatever (which optimizations, etc)
https://github.com/llvm/llvm-project/pull/90523
More information about the llvm-commits
mailing list