[PATCH] D115325: [DWARF] Fix PR51087 Extraneous enum record in DWARF with type units
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 16 15:10:25 PST 2021
dblaikie accepted this revision.
dblaikie added a comment.
Looks good, thanks!
================
Comment at: llvm/test/DebugInfo/Generic/type-units-maybe-unused-types.ll:58
+; CHECK: DW_AT_type ([[DIE_Outer:[0-9a-fx]+]] "Outer")
+; CHECK-NOT: DW_AT_signature
+
----------------
Might be able to use `--implicit-check-not=DW_AT_signature`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115325/new/
https://reviews.llvm.org/D115325
More information about the llvm-commits
mailing list