[PATCH] D87727: Match ".stack_size" with the original section name, and not the uniquified name.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 16 02:04:47 PDT 2020
jhenderson added inline comments.
================
Comment at: llvm/test/tools/obj2yaml/ELF/stack-sizes.yaml:122
+ Type: SHT_PROGBITS
+ Content: "100000000000000020300000000000000040"
+ - Name: '.stack_sizes (1)'
----------------
Can we use `Entries:` instead of raw content for the input too? (Same below)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87727/new/
https://reviews.llvm.org/D87727
More information about the llvm-commits
mailing list