[lld] r276574 - Make readExpr return an Expr object instead of a vector of tokens.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 24 16:29:30 PDT 2016


It now detects errors earlier than before, so it reports linker script
errors even before "no input file" error. But if you pass at least one
object file, I think the behavior is the same as before.

On Sun, Jul 24, 2016 at 4:23 PM, Davide Italiano <davide at freebsd.org> wrote:

> On Sun, Jul 24, 2016 at 4:19 PM, Rui Ueyama <ruiu at google.com> wrote:
> > Did it work before? I think we don't support symbols on RHS yet.
> >
>
> If I rever that patch the linker script file is parsed correctly, so
> this is at least a regression in the parser.
> If we caught that case by accident, it's another story, but your
> commit is not-NFC.
>
> --
> Davide
>
> "There are no solved problems; there are only problems that are more
> or less solved" -- Henri Poincare
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160724/1d7d0207/attachment.html>


More information about the llvm-commits mailing list