[PATCH] D18790: [lld] [ELF/AArch64] Implemented set of R_AARCH64_TLSDESC_* relocations
Adhemerval Zanella via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 11:29:14 PDT 2016
zatrazz added a comment.
In http://reviews.llvm.org/D18790#392816, @ruiu wrote:
> Understanding the details about AArch64 TLS descriptors would take time. Is this a minimal smallest patch? If you can split it up into smaller steps, it would be awesome.
Just a remark besides the AArch64TargetInfo specific bits (TLS plt layout)
the tlsdesc support is not really aarch64 specific. Although clang does not
support it for x86_64, you can add enable it with gcc by using -mtls-dialect=gnu2.
About the patch, I am trying to come up with a simples part but I think the
only bit would be remove aarch64 parts and move to another part. I will do it
and update this one.
Repository:
rL LLVM
http://reviews.llvm.org/D18790
More information about the llvm-commits
mailing list