[PATCH] D82367: [ObjectYAML][ELF] Add support for emitting the .debug_gnu_pubnames/pubtypes sections.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 06:21:56 PDT 2020


Higuoxing planned changes to this revision.
Higuoxing added a comment.

In D82367#2108887 <https://reviews.llvm.org/D82367#2108887>, @jhenderson wrote:

> My understanding of the .debug_gun_pubnames table is that it is a slightly different format to the .debug_pubnames table. The output of yaml2obj here is not consistent with the parsing code for GNU style, as far as I can tell, because of this and the bug you mentioned. I don't think we should add support for the section unless it is actually formatted correctly, as it is likely to cause confusion, should anybody attempt to use it in its seemingly-working-but-broken state.


Got it! I will try to fix it later.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82367





More information about the llvm-commits mailing list