[all-commits] [llvm/llvm-project] 241855: [yaml2obj/obj2yaml/llvm-readobj] Support printing ...

LemonBoy via All-commits all-commits at lists.llvm.org
Thu Apr 15 06:54:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 24185541ca48bd7ed089a4dbf57bdcb91e290508
      https://github.com/llvm/llvm-project/commit/24185541ca48bd7ed089a4dbf57bdcb91e290508
  Author: LemonBoy <thatlemon at gmail.com>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

  Changed paths:
    M llvm/include/llvm/BinaryFormat/ELF.h
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    M llvm/test/Object/obj2yaml.test
    A llvm/test/tools/llvm-readobj/ELF/avr-elf-headers.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp

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

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

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D100250




More information about the All-commits mailing list