[PATCH] D105884: [llvm-readobj] Display multiple function names for stack size entries

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 03:34:36 PDT 2021


gbreynoo added a comment.

See https://bugs.llvm.org/show_bug.cgi?id=43245 which I believe was incorrectly marked as fixed, as the behaviour described in the bug ticket is still present.

I want to note here, in the case of --elf-output-style=GNU this change should not be disruptive for the usual use case in which only one function symbol corresponds to an entry. However the --elf-output-style=LLVM output requires these symbols to be displayed as a list, meaning in the usual use case a list of size one will be output for each .stack_size entry.

This change touches printBBAddrMaps due to implementation but should see no behaviour difference.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105884



More information about the llvm-commits mailing list