[PATCH] D95916: DebugInfo/Symbolize: Allow STT_NOTYPE/STT_GNU_IFUNC symbols for .symtab symbolization

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 05:56:54 PDT 2021


luismarques added a comment.

In D95916#2627640 <https://reviews.llvm.org/D95916#2627640>, @MaskRay wrote:

> With -g or -fasynchronous-unwind-tables, .debug_frame/.eh_frame has a label below `_start`. Its address is `_start + 2` and its name is empty.
> Neither addr2line nor llvm-symbolizer skips such a symbol with empty name.

But D98669 <https://reviews.llvm.org/D98669> doesn't fix my original test case...?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95916



More information about the llvm-commits mailing list