[PATCH] D67759: [llvm-readobj] - Support uniqued ".stack_sizes" and simplify stack-sizes.test test case.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 07:57:36 PDT 2019


grimar updated this revision to Diff 221545.
grimar retitled this revision from "[llvm-readobj] - Simplify stack-sizes.test test case." to "[llvm-readobj] - Support uniqued ".stack_sizes" and simplify stack-sizes.test test case.".
grimar added a comment.

I had to add a bit of code after rebasing this.
Problem is that when we have section names with a suffix, e.g. ".stack_sizes [1]",
we need to drop it, otherwise such name is not recognized properly and
section is not treated as special.

Can this be reviewed again, please?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67759/new/

https://reviews.llvm.org/D67759

Files:
  include/llvm/ObjectYAML/ELFYAML.h
  lib/ObjectYAML/ELFEmitter.cpp
  lib/ObjectYAML/ELFYAML.cpp
  test/tools/llvm-readobj/stack-sizes.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67759.221545.patch
Type: text/x-patch
Size: 5272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190924/69844ca7/attachment.bin>


More information about the llvm-commits mailing list