[all-commits] [llvm/llvm-project] 14e55f: [obj2yaml] - Match ".stack_size" with the original...

Rahman Lavaee via All-commits all-commits at lists.llvm.org
Wed Sep 16 11:33:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 14e55f82980cf1342d4d3eea4885a5375e829496
      https://github.com/llvm/llvm-project/commit/14e55f82980cf1342d4d3eea4885a5375e829496
  Author: Rahman Lavaee <rahmanl at google.com>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
    M llvm/test/tools/obj2yaml/ELF/stack-sizes.yaml
    M llvm/tools/obj2yaml/elf2yaml.cpp

  Log Message:
  -----------
  [obj2yaml] - Match ".stack_size" with the original section name, and not the uniquified name.

Without this patch, obj2yaml decodes the content of only one ".stack_size" section. Other sections are dumped with their full contents.

Reviewed By: grimar, MaskRay

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




More information about the All-commits mailing list