[llvm] [PowerPC][AIX] Enable aix-small-local-dynamic-tls target attribute without folding opt (PR #86641)
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 1 13:15:48 PDT 2024
================
@@ -329,6 +329,15 @@ def FeatureAIXLocalExecTLS :
"Produce a TOC-free local-exec TLS sequence for this function "
"for 64-bit AIX">;
+// Specifies that local-dynamic TLS accesses in any function with this target
+// attribute should use the optimized sequence (where the offset is an immediate
+// off module-hlandle for which the linker might add fix-up code if the
----------------
amy-kwan wrote:
```suggestion
// off the module-handle for which the linker might add fix-up code for if the
```
https://github.com/llvm/llvm-project/pull/86641
More information about the llvm-commits
mailing list