[all-commits] [llvm/llvm-project] b1cb9d: [obj2yaml] - Match ".stack_size" with the original...
Rahman Lavaee via All-commits
all-commits at lists.llvm.org
Wed Sep 16 14:24:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1cb9d6271263b197ba53cac28a0fc3bf27ec5b8
https://github.com/llvm/llvm-project/commit/b1cb9d6271263b197ba53cac28a0fc3bf27ec5b8
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