[PATCH] D66605: Debug Info: Support for DW_AT_export_symbols for anonymous structs

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 11:06:25 PDT 2019


aprantl added inline comments.


================
Comment at: test/DebugInfo/Generic/export-symbol-anonymous-class.ll:11
+; CHECK: DW_TAG_structure_type
+; CHECK-NEXT: DW_AT_calling_convention	(DW_CC_pass_by_value)
+; CHECK-NEXT: DW_AT_name	("A")
----------------
aprantl wrote:
> Why check for the calling convention in a test called export-symbol-anonymous-class.ll ?
ahh.. because the checks are exhaustive?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66605/new/

https://reviews.llvm.org/D66605





More information about the llvm-commits mailing list