[all-commits] [llvm/llvm-project] ad07d5: [yaml2obj] - Implement the "SectionHeaderTable" tag.

Georgii Rymar via All-commits all-commits at lists.llvm.org
Thu May 28 03:43:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ad07d5f39425d4b7013346f4eb52a1e99e6c19a8
      https://github.com/llvm/llvm-project/commit/ad07d5f39425d4b7013346f4eb52a1e99e6c19a8
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    A llvm/test/tools/yaml2obj/ELF/section-headers.yaml

  Log Message:
  -----------
  [yaml2obj] - Implement the "SectionHeaderTable" tag.

With the "SectionHeaderTable" it is now possible to reorder
entries in the section header table.

It also allows to stop emitting the table.

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




More information about the All-commits mailing list