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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 15:49:32 PDT 2017


ruiu added a comment.

I believe there's a way to create a huge .bss section using assembler, but yaml2obj is fine. We are using it for COFF tests (but not for ELF tests.)


https://reviews.llvm.org/D38005





More information about the llvm-commits mailing list