[PATCH] D40156: Fix recursive attribute fetching in DWARFDie

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 13:02:25 PST 2017


probinson added a comment.

It looks like the test exercises a recursive DW_AT_abstract_origin but not a recursive DW_AT_specification?  The code does both, so the test should verify both.


Repository:
  rL LLVM

https://reviews.llvm.org/D40156





More information about the llvm-commits mailing list