[PATCH] D38005: [COFF] Check for sections larger than 4 GiB

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 15:41:47 PDT 2017


smeenai added a comment.

I'm not sure how to write a test case for this without creating an object file with a section > 4 GiB (as in that object file will take upwards of 4 GiB on disk). Any ideas?


https://reviews.llvm.org/D38005





More information about the llvm-commits mailing list