[all-commits] [llvm/llvm-project] 34b3d5: [obj2yaml] - Zero initialize program headers. NFCI.

Georgii Rymar via All-commits all-commits at lists.llvm.org
Thu Apr 23 02:39:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 34b3d5b66c40486447126a66ae2c1fbc2f878c3c
      https://github.com/llvm/llvm-project/commit/34b3d5b66c40486447126a66ae2c1fbc2f878c3c
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-04-23 (Thu, 23 Apr 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/ELFEmitter.cpp

  Log Message:
  -----------
  [obj2yaml] - Zero initialize program headers. NFCI.

It allows to simplify the current code and also
might help for the code around.

It is also consistent with what we do for another headers,
e.g. section headers, elf file header etc.

Differential revision: https://reviews.llvm.org/D78627




More information about the All-commits mailing list