[PATCH] D149722: [AIX][TLS] Generate 64-bit local-exec access code sequence
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 16 19:28:44 PDT 2023
amyk added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-tls-le-xcoff-reloc.ll:7
+
+ at ThreadLocalVarInit = thread_local(localexec) global i32 1, align 4
+ at VarInit = global i32 87, align 4
----------------
hubert.reinterpretcast wrote:
> It helps to test with more than variable in `.tdata` (or in `.tbss`).
>
> Defect opened:
> https://github.com/llvm/llvm-project/issues/63885
>
I posted https://reviews.llvm.org/D155415 in hopes in addressing this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149722/new/
https://reviews.llvm.org/D149722
More information about the llvm-commits
mailing list