[PATCH] D52459: [ELF] - Use output section prediction when creating mergeable synthetic sections.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 25 07:06:03 PDT 2018
ruiu added a comment.
It sounds like a good idea, but still I don't think we want this much complexity. Linker script is a can of warms, and unfortunately it's already half-open in lld, but I'd still like to make an effort push it back to keep the code manageable. If more people come in and claim that they really need this, I'd consider that, but for now the code simplicity seems more important than satisfying the long-tail need.
https://reviews.llvm.org/D52459
More information about the llvm-commits
mailing list