[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
Mon Jul 25 08:43:55 PDT 2016


It's not a regression -- it failed before too (symbol names on RHS are not
supported yet). It's just that we are now reporting errors in linker script
earlier which is expected.

On Mon, Jul 25, 2016 at 8:04 AM, Ed Maste <emaste at freebsd.org> wrote:

> On 24 July 2016 at 19:29, Rui Ueyama via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
> > 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.
>
> It fails with an object file too:
>
> feynman% bin/ld.lld -T reduction.script -r -o out.o empty.o
> line 3: malformed number: kernbase
>   . = kernbase + kernphys + SIZEOF_HEADERS;
>       ^
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160725/cbf1a62e/attachment.html>


More information about the llvm-commits mailing list