[PATCH] D38020: [COFF] Adjust secrel limit assertion

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 19:48:37 PDT 2017


smeenai added a comment.

Again, I'm not sure how to create a test for this one without creating gigantic (> 2 GiB) intermediate object files. The `.bss` trick won't work here, since we can't have relocations in a `.bss` section.


https://reviews.llvm.org/D38020





More information about the llvm-commits mailing list