[all-commits] [llvm/llvm-project] 5ffafa: [yaml2obj] - Add support of Offset for .strtab/.sh...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Nov 2 01:04:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5ffafa870c50b3c94ad87039d5d879e200d2d68d
      https://github.com/llvm/llvm-project/commit/5ffafa870c50b3c94ad87039d5d879e200d2d68d
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-11-02 (Mon, 02 Nov 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/test/tools/yaml2obj/ELF/strtab-implicit-sections.yaml

  Log Message:
  -----------
  [yaml2obj] - Add support of Offset for .strtab/.shstrtab/.dynstr sections.

These sections are implicit and handled a bit differently.
Currently the "Offset" is ignored for them.
This patch fixes an issue.

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




More information about the All-commits mailing list