[PATCH] D85880: [DWARFYAML] Replace InitialLength with Format and Length. NFC.
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 02:27:14 PDT 2020
Higuoxing added a comment.
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?
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