[PATCH] D40156: Fix recursive attribute fetching in DWARFDie

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 16:03:16 PST 2017


clayborg added a comment.

This change also stops extra calls to the Die.find() when a new Die wasn't fetched using Die.getAttributeValueAsReferencedDie as it was always calling Die.Find() even with the old Die...


Repository:
  rL LLVM

https://reviews.llvm.org/D40156





More information about the llvm-commits mailing list