[PATCH] D11188: [LLD] New ELF implementation

Rafael Espíndola rafael.espindola at gmail.com
Wed Jul 22 08:14:17 PDT 2015


A patch that builds on trunk is attached.

I have also fixed it to build when using shared libraries.

There is still a *lot* of stuff that should be deleted before this
goes in. Please update phab with this patch (and then change the test
to use llvm-mc).


On 22 July 2015 at 10:29, Rafael Ávila de Espíndola
<rafael.espindola at gmail.com> wrote:
> rafael added a comment.
>
> I am currently rebasing this on trunk.
>
>
> ================
> Comment at: test/elfv2/basic.test:1
> @@ +1,2 @@
> +# RUN: yaml2obj -format elf %s -o %t
> +# RUN: lld -flavor gnu2 %t -e _start -o %t2
> ----------------
> Rename the directory to elf2
>
> You can test this with llvm-mc. Please don't use yaml2obj when it is not needed.
>
>
> http://reviews.llvm.org/D11188
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 90003 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150722/2177e24e/attachment.bin>


More information about the llvm-commits mailing list