In a FreeBSD/i386 buildworld many objects have SHF_MERGE with sh_entsize == 0. For now just don't merge these.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
ELF/InputFiles.cpp | ||
---|---|---|
151–152 ↗ | (On Diff #50850) | Can we just remove these two lines? 0 % EntSize == 0, so it should naturally fall through the next if statement. |
Comment Actions
LGTM
ELF/InputFiles.cpp | ||
---|---|---|
151–152 ↗ | (On Diff #50850) | Oh, sorry, I was confused. You can't divide by zero. |