[llvm] [LLVM][DWARF] Create debug names entry for non-tu top level DIE (PR #121856)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 14:11:51 PST 2025


================
@@ -0,0 +1,83 @@
+; RUN: llc -filetype=obj -O0 -generate-type-units -mtriple=x86_64-unknown-linux-gnu < %s \
+; RUN:     | llvm-dwarfdump -debug-info -debug-names - \
+; RUN:     | FileCheck %s
+
+;; Test that an entry in the debug names table gets created for a top level DIE when the creation of TU is aborted.
----------------
dwblaikie wrote:

Please provide a comment with source code & repro steps from there here?

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


More information about the llvm-commits mailing list