[PATCH] D38719: [llvm-dwarfdump] Verify compatible TAG for attributes.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 10:10:15 PDT 2017


aprantl added inline comments.


================
Comment at: test/tools/llvm-dwarfdump/X86/verify_compatible_tags.s:23
+# CHECK: error: DIE has incompatible DW_AT_abstract_origin encoding: DW_TAG_subprogram and DW_TAG_base_type
+# CHECK: DW_TAG_subprogram
+# CHECK: note: Referenced DIE:
----------------
can you use CHECK-NEXT here to make the test even stricter?


https://reviews.llvm.org/D38719





More information about the llvm-commits mailing list