[PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
Rafael EspĂndola via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 13:14:16 PDT 2016
Why do you need D23866 in here?
There quite a bit of code. Given that things just work if we have a
InputSection, would it be possible to just dynamically create one from
a MergeInputSection when we first detect the issue?
A more radical approach would be to only allocate InputSections when
we deciding how to layout them. That way we would always know if we
should create an InputSection or a MergeInputSection.
Cheers,
Rafael
On 26 August 2016 at 11:30, George Rimar <grimar at accesssoftek.com> wrote:
> grimar updated the summary for this revision.
>
> https://reviews.llvm.org/D23924
>
>
>
More information about the llvm-commits
mailing list