[PATCH] D81063: [DWARFYAML][debug_aranges] Replace InitialLength by Format and Length.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 02:07:57 PDT 2020


Higuoxing updated this revision to Diff 268388.
Higuoxing marked 2 inline comments as done.
Higuoxing added a comment.

- Make "Format" optional. (`DWARF32` by default).
- Remove `LengthPrefix`.

Test case for 64-bit will be added in a follow-up patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81063

Files:
  llvm/include/llvm/ObjectYAML/DWARFYAML.h
  llvm/lib/ObjectYAML/DWARFEmitter.cpp
  llvm/lib/ObjectYAML/DWARFYAML.cpp
  llvm/test/ObjectYAML/MachO/DWARF-debug_aranges.yaml
  llvm/test/ObjectYAML/MachO/DWARF-debug_info.yaml
  llvm/test/ObjectYAML/MachO/DWARF-debug_line.yaml
  llvm/test/ObjectYAML/MachO/DWARF5-debug_info.yaml
  llvm/test/tools/llvm-gsymutil/ARM_AArch64/fat-macho-dwarf.yaml
  llvm/test/tools/llvm-gsymutil/X86/mach-dwarf.yaml
  llvm/test/tools/obj2yaml/MachO/DWARF-debug_aranges-error.yaml
  llvm/test/tools/yaml2obj/ELF/DWARF/debug-aranges.yaml
  llvm/tools/obj2yaml/dwarf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81063.268388.patch
Type: text/x-patch
Size: 9800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200604/2bd44eb8/attachment-0001.bin>


More information about the llvm-commits mailing list