[PATCH] D66865: [DWARFVerifier] Verify GNU extensions of call site DWARF symbols

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 01:56:01 PDT 2019


djtodoro added a comment.

@aprantl Thanks for the review!

> Ah because we didn't accept the GNU entry value attributes before?

We generate GNU entry value attributes for the `GDB + DWARF 4` tune, because GDB has fully support for reading the debug entry values feature and users of the tune (and that debugger) can see benefits of the feature implemented now.
The functionality added with this patch was missing and we should have added this when we have introduced the attributes.


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

https://reviews.llvm.org/D66865





More information about the llvm-commits mailing list