[PATCH] D14382: [ELF2] - Basic implementation of -r/--relocatable

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 10:11:41 PST 2015


On Thu, Nov 5, 2015 at 9:57 AM, Rafael EspĂ­ndola <rafael.espindola at gmail.com
> wrote:

> I don't think traditional linkers resolve relocations during -r.
>
> I would probably delay implementing that if so. A simple -r should help us
> with linking freebsd.
>
Really? Then what's the point of  -r from the users' perspective compared
to ar?

> Cheers, Rafael
> On Nov 5, 2015 12:36 PM, "Rui Ueyama" <ruiu at google.com> wrote:
>
>> ruiu added a comment.
>>
>> I'd like to see a patch to apply (and reduce) relocations. This patch
>> seems generally good, but there's a chance that the fields and functions
>> added in this patch will not make sense with the follow-up patch. We don't
>> have to combine all changes into one patch, but can split into a series of
>> patches.
>>
>>
>> http://reviews.llvm.org/D14382
>>
>>
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151105/f9243c7b/attachment.html>


More information about the llvm-commits mailing list