[lld] r294006 - Handle numbers followed by ":" in linker scripts.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 13:21:24 PST 2017


On Fri, Feb 3, 2017 at 1:19 PM, Mikulin, Dmitry via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

>
> > On Feb 3, 2017, at 10:30 AM, Rafael Avila de Espindola <
> rafael.espindola at gmail.com> wrote:
> >
> > Peter Collingbourne <peter at pcc.me.uk> writes:
> >
> >> Does this accept "{ global: local; }”?
>
> Meaning ‘a global named “local”’? Yeah, that’s a problem. We need a test
> case for this.
> I’ll fix it.
>

Does that require to change the grammar from LL(1) to LL(2)? I think the
current parser is LL(1).


> Dmitry.
>
>
> >>
> >
> > No, it fails.
> >
> > Dimitry, can you take a look?
> >
> > Cheers,
> > Rafael
> >
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170203/83893f4f/attachment-0001.html>


More information about the llvm-commits mailing list