[PATCH] D85880: [DWARFYAML] Replace InitialLength with Format and Length. NFC.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 02:43:34 PDT 2020


jhenderson added a comment.

In D85880#2215089 <https://reviews.llvm.org/D85880#2215089>, @Higuoxing wrote:

> In D85880#2215006 <https://reviews.llvm.org/D85880#2215006>, @jhenderson wrote:
>
>> Nice! Do we have/need any DWARF64 testing for the pubnames etc tables?
>
> Originally, yaml2obj doesn't support emitting DWARF64 pub-tables. I've slightly modified the DWARF emitter and added a bunch of tests. I'm afraid it will bring difficulty in reviewing this change. Shall I add them in a separate patch?

Ah, I didn't realise it didn't support it. Let's split off support to a separate patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85880



More information about the llvm-commits mailing list