[llvm] [PowerPC] Support local-dynamic TLS relocation on AIX (PR #66316)

Kai Luo via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 02:17:25 PDT 2023


================
@@ -370,11 +370,23 @@ namespace llvm {
     /// G8RC = TLSGD_AIX, TOC_ENTRY, TOC_ENTRY
     /// Op that combines two register copies of TOC entries
     /// (region handle into R3 and variable offset into R4) followed by a
-    /// GET_TLS_ADDR node which will be expanded to a call to __get_tls_addr.
+    /// GET_TLS_ADDR node which will be expanded to a call to __tls_get_addr.
----------------
bzEq wrote:

```suggestion
    /// GET_TLS_ADDR node which will be expanded to a call to .__tls_get_addr.
```

https://github.com/llvm/llvm-project/pull/66316


More information about the llvm-commits mailing list