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

Amy Kwan via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 27 21:01:26 PDT 2023


================
@@ -1622,6 +1629,9 @@ def TLSGDAIX8 :
                      "#TLSGDAIX8",
                      [(set i64:$rD,
                        (PPCTlsgdAIX i64:$offset, i64:$handle))]>;
+// This pseudo is expanded to load module-handle in X3, and the call to GETtlsMOD64AIX.
----------------
amy-kwan wrote:

```suggestion
// This pseudo is expanded to load the module-handle in X3, and the call to GETtlsMOD64AIX.
```

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


More information about the cfe-commits mailing list