Displaying 3 results from an estimated 3 matches for "d18960".
Did you mean:
318960
2016 Apr 19
2
state of the lld linker for aarch64
On 19 April 2016 at 06:59, Renato Golin via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Hi Dima,
>
> Adhemerval is working on AArch64 support, and it should be mostly
> there, though some missing TLS support. He should know more.
Here's some info on TLS. Review D18960 has the initial implementation
for TLSDESC support: http://reviews.llvm.org/D18960
I've been occasionally testing FreeBSD/arm64 buildworld with lld and
managed to get everything to link with an earlier version of D18960
and an equivalent set of workarounds as on FreeBSD/amd64. There is
some TL...
2016 Apr 19
2
state of the lld linker for aarch64
Hi,
Some time ago there were some information about aarch64 support for the lld
linker project:
http://lld.llvm.org/open_projects.html#elf-aarch64
Right now there is no such information.
Also there is some presentation described that the simple application can
be linked using
lld:
http://llvm.org/devmtg/2016-03/Presentations/EuroLLVM%202016-%20New%20LLD%20linker%20for%20ELF.pdf
What is the
2016 Jun 02
2
[lld] r271569 - Start adding tlsdesc support for aarch64.
...s.llvm.org> wrote:
> Author: rafael
> Date: Thu Jun 2 14:49:53 2016
> New Revision: 271569
>
> URL: http://llvm.org/viewvc/llvm-project?rev=271569&view=rev
> Log:
> Start adding tlsdesc support for aarch64.
>
> This is mostly extracted from http://reviews.llvm.org/D18960.
Rafael,
Why commit part of Adhemerval's patch without reviewing his request?
This is a really serious breach of community trust.
Not only we're waiting for reviews on the TLS set of patches and
having to rebase every two weeks, but now you implemented in a way
that wasn't discussed...