This surfaced again with Rust. As per bug 30435, rustc creates a
mergeable section with a sh_entsize. It bit us before, too.
So I think we should relax the input check rather than being too picky.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm indifferent about moving the multiple of sh_entsize test before SHF_MERGE. LGTM either way.