[PATCH] D81820: [ObjectYAML][ELF] Add support for emitting the .debug_abbrev section.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 02:41:31 PDT 2020
jhenderson added a comment.
>From your description: "This patch enables yaml2elf emit the .debug_line section.": s/.debug_line/.debug_abbrev
================
Comment at: llvm/test/tools/yaml2obj/ELF/DWARF/debug-abbrev.yaml:93
+ ## Test a reserved form value.
+ Form: 0x02
+ - Attribute: 0x2020
----------------
It would also be good to test a Form value that requires more than one byte, e.g. 0x81.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81820/new/
https://reviews.llvm.org/D81820
More information about the llvm-commits
mailing list