[PATCH] D23713: [ELF] - Fix for PR26968 - i386 lld produces incorrect fatal error "SHF_MERGE section size must be a multiple of sh_entsize"

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 19 14:26:45 PDT 2016


emaste added a comment.

> Are the problematic sections empty or not?


We're arguing a hypothetical here, so there's no definitive answer. But they were not empty in the case that triggered the PR, where an old `lld -r` generated `sh_entsize == 0` sections.


https://reviews.llvm.org/D23713





More information about the llvm-commits mailing list