[PATCH] D44225: Fix identification of COFF executable files

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 7 14:12:04 PST 2018


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





More information about the llvm-commits mailing list