[PATCH] D104005: [DWARFYAML] make obj2yaml use existing DWARF support for ELF
Xing GUO via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 9 22:35:26 PDT 2021
Higuoxing added a comment.
As you see, the original DWARF parser is buggy and lacking of tests, so we haven't employed it in `elf2yaml`. You might need to modify the parser before adding it to `elf2yaml`. Could you please split this patch into several small patches and add some tests for it? Test cases for DWARF of `elf2yaml` are in `llvm/test/tools/obj2yaml/ELF/DWARF` (https://github.com/llvm/llvm-project/tree/main/llvm/test/tools/obj2yaml/ELF/DWARF).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104005/new/
https://reviews.llvm.org/D104005
More information about the llvm-commits
mailing list