[PATCH] D82621: [DWARFYAML][debug_info] Teach yaml2obj emit correct DWARF64 unit header.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 02:08:42 PDT 2020


Higuoxing added a comment.

In D82621#2116226 <https://reviews.llvm.org/D82621#2116226>, @jhenderson wrote:

> LGTM. The DWARF64 nature of an object also affects any DW_FORM_sec_offset attributes in the body of the table. Is that something that is already correct and covered by testing? If not, that should be done in a separate change.


The body of the table isn't tested yet, I will do it in a separate change.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82621





More information about the llvm-commits mailing list