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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 14:22:10 PST 2021


MaskRay added a comment.

You may add tests to `test/ELF/linkerscript/output-too-large.s`. You'll need at least another output section to demonstrate the effects.

Technically printing everything can result in large amount of output in `-r` mode.. but perhaps the combination of output-size-overflow and (-r || linker scripts with underspecified input section descriptions) is too rare..


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