[PATCH] D100250: [yaml2obj/obj2yaml/llvm-readobj] Support printing and parsing AVR-specific e_flags

LemonBoy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 10 12:30:47 PDT 2021


LemonBoy created this revision.
LemonBoy added reviewers: MaskRay, jhenderson, grimar.
Herald added subscribers: Jim, rupprecht, hiraditya, emaste, dylanmckay.
LemonBoy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The `e_flags` contains a mixture of bitfields and regular ones, ensure all of them can be serialized and deserialized.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100250

Files:
  llvm/include/llvm/BinaryFormat/ELF.h
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/llvm-readobj/ELF/avr-elf-headers.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100250.336628.patch
Type: text/x-patch
Size: 8326 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210410/3551ac35/attachment.bin>


More information about the llvm-commits mailing list