[PATCH] D105564: Fix for DWARF parsing to better handle auto return type for member functions

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 9 11:14:09 PDT 2021


shafik added a comment.

@aprantl after your comments and discussion offline I changed my approach to do this lookup using the symbol table and it worked out.

The main issue with the first approach was that gcc would also have to be updated in order for them to change their approach to generating debug info as well and that felt a lot harder to justify.

This is also a simpler approach, it requires fewer changes.


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

https://reviews.llvm.org/D105564



More information about the cfe-commits mailing list