[PATCH] D25272: [ELF] - Fixed behavior when amount of inputsections is too large.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 5 10:46:16 PDT 2016
ruiu added a comment.
I got a feeling that these error checks are getting picky. It is OK to reject crazy numbers that only crash the linker, but essentially we should do what the object files tell us do. At least object files containing >65536 secitons seem plausible.
https://reviews.llvm.org/D25272
More information about the llvm-commits
mailing list