[PATCH] D39697: Limit the maximum alignment of copyrel'ed shared symbols to 32.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 14:43:05 PST 2017


I can. I filed a bug as https://bugs.llvm.org/show_bug.cgi?id=35218

On Mon, Nov 6, 2017 at 2:37 PM, Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:

> Rui Ueyama <ruiu at google.com> writes:
>
> > It is funny that llvm-mc fails with an assertion failure when your
> assembly
> > contains ".align 0x100000000" because it assumes internally that
> alignments
> > is less than 2^32. I need to fix it first.
>
> Can you use yaml2obj for the testcase?
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171106/a8514d19/attachment.html>


More information about the llvm-commits mailing list