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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 09:57:55 PST 2015


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.

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/fe777070/attachment.html>


More information about the llvm-commits mailing list