[PATCH] D94560: [ELF] report section sizes when output file too large

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 01:27:08 PST 2021


jhenderson added a comment.

In D94560#2500343 <https://reviews.llvm.org/D94560#2500343>, @grimar wrote:

> In D94560#2499115 <https://reviews.llvm.org/D94560#2499115>, @inglorion wrote:
>
>> In D94560#2497416 <https://reviews.llvm.org/D94560#2497416>, @jhenderson wrote:
>>
>>> I wonder whether the issue could be better solved by adding something (probably output section sizes as @grimar suggests) to the verbose output?
>>
>> Not sure I understand what precisely you are suggesting. Are you saying to only show this information when --verbose is passed?
>
> I think this is what @jhenderson meant, yes.

Yes, that is what I meant. We could limit it to only print the information on overflow and --verbose is used, on stdout like other verbose output.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94560



More information about the llvm-commits mailing list