[PATCH] D112286: Generalize DWARF tests that expect DW_FORM_strp
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 20:57:28 PDT 2021
dblaikie added inline comments.
================
Comment at: llvm/test/DebugInfo/Generic/containing-type-extension.ll:8
; CHECK: DW_AT_containing_type [DW_FORM_ref4]
-; CHECK: DW_AT_name [DW_FORM_strp] {{.*}}= "vtable")
+; CHECK: DW_AT_name {{.*}}= "vtable")
----------------
I'd drop the "= " here (& elsewhere in the patch), like it's done elsewhere
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112286/new/
https://reviews.llvm.org/D112286
More information about the llvm-commits
mailing list