[PATCH] D25518: [ELF] - Handle broken size field of compressed sections header.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 09:05:06 PDT 2016


davide added a comment.

Independently from this patch. Are we really trying to fully support 32-bit hosts? We `mmap()` the whole set of input  which I think very likely causes shortage of VA on 32-bit platforms.


https://reviews.llvm.org/D25518





More information about the llvm-commits mailing list