[PATCH] D86608: [LLD][PowerPC] Add support for TLS Local Exec

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 08:39:18 PDT 2020


MaskRay added a comment.

> [LLD][PowerPC] Add support for TLS Local Exec

Local Exec support exists, so this subject may be a bit confusing. This patch is about `R_PPC64_TPREL34`.



================
Comment at: lld/test/ELF/ppc64-tls-pcrel-le.s:77
+	.long	0
+	.size	x, 4
+y:
----------------
You can remove `.size` directives since they are not significant


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86608/new/

https://reviews.llvm.org/D86608



More information about the llvm-commits mailing list