[PATCH] D81994: [DWARFYAML][debug_addr] Use unsigned integer in Length, Version, etc. NFC.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 00:30:17 PDT 2020


Higuoxing created this revision.
Higuoxing added a reviewer: jhenderson.
Herald added subscribers: llvm-commits, MaskRay, hiraditya, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
Higuoxing updated this revision to Diff 271285.
Higuoxing added a comment.

Update.


This patch doesn't make a big difference. But it will be easier for us to read values from these fields once `obj2yaml` supports dumping this section.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81994

Files:
  llvm/include/llvm/ObjectYAML/DWARFYAML.h
  llvm/lib/ObjectYAML/DWARFEmitter.cpp
  llvm/test/tools/yaml2obj/ELF/DWARF/debug-addr.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81994.271285.patch
Type: text/x-patch
Size: 4222 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200617/b90a93c4/attachment-0001.bin>


More information about the llvm-commits mailing list