[PATCH] D32559: Debug info: Add support for DW_TAG_thrown_type.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 14:40:58 PDT 2017


dblaikie accepted this revision.
dblaikie added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/DebugInfo/Generic/thrownTypes.ll:9
+; CHECK:   DW_TAG_thrown_type
+; CHECK-NEXT:   DW_AT_type {{.*}} {[[ERROR:.*]]}
+; CHECK: [[ERROR]]: DW_TAG_structure_type
----------------
might be nice to have a/the test show more than one of these - to verify that works (I'm not sure there are any other/existing cases where a single DIE contains the same attribute twice? Maybe there are)


Repository:
  rL LLVM

https://reviews.llvm.org/D32559





More information about the llvm-commits mailing list