[PATCH] D44225: Fix identification of COFF executable files

Rafael Ávila de Espíndola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 04:43:34 PST 2018


rafael added a comment.

Only if we have a caller that is trying to identify large files but only
ends up using small ones.

Cheers,
Rafael

Zachary Turner via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> writes:

> zturner added a comment.
> 
> It's probably not super expensive, but we want library code to behave as nicely as possible in 32-bit, and mapping a potentially huge file could kill a 32-bit process.
> 
> https://reviews.llvm.org/D44225
> 
>  _______________________________________________
> 
> llvm-commits mailing list
>  llvm-commits at lists.llvm.org
>  http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


https://reviews.llvm.org/D44225





More information about the llvm-commits mailing list