[PATCH] D86934: [llvm-readobj/elf] - Improve warning messages, reported for .stack_sizes sections.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 01:16:16 PDT 2020


jhenderson accepted this revision.
jhenderson added a comment.

(Mutters something incoherent about .stack_sizes being identified by name not type)

I think the error message changes are fine, since they a) now include enough information to identify the section and b) it's obvious from the rest of the message that it's a stack sizes section that is being referred to. LGTM.


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

https://reviews.llvm.org/D86934



More information about the llvm-commits mailing list