[PATCH] D22683: [ELF] Symbol assignment within input section list

Rafael Espíndola via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 08:48:55 PDT 2016


Adding llvm-commits back.

On 4 August 2016 at 11:41, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> This is looking much better.
>
> This brings back support for PROVIDE both in and out of output
> sections, right? Unfortunately this still crashes if I bring
> test/ELF/linkerscript/linkerscript-provide-in-section.s back.
>
> Could you extract readProvideOrAssignment and commit it first?
>
> A patch with the old test included is attached.
>
> Cheers,
> Rafael
>
> On 4 August 2016 at 11:34, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
>>> * Instead of adding and undefined and replacing, can't you add the
>>> right type initially?
>>
>> Looks like it is possible. Patch attached.
>>
>> Cheers,
>> Rafael


More information about the llvm-commits mailing list