[PATCH] D17333: [lld] [AArch64] Initial TLSDESC relocations support
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 12:52:30 PST 2016
rafael added a comment.
I have a applied this patch locally and I am giving it a try.
================
Comment at: ELF/Target.cpp:1226
@@ -1220,3 +1225,3 @@
Type == R_AARCH64_TLSDESC_ADD_LO12_NC ||
Type == R_AARCH64_TLSDESC_CALL;
}
----------------
Are all of these needed? At least on X86_64 the _CALL one is just a marker for relaxations. I would expect it to be just a hint in here too.
Repository:
rL LLVM
http://reviews.llvm.org/D17333
More information about the llvm-commits
mailing list