[PATCH] D157673: [PowerPC] Support local-dynamic TLS relocation on AIX
Ting Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 20:20:27 PDT 2023
tingwang added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:2740
+ MCSymbolRefExpr::VariantKind::VK_PPC_AIX_TLSML) {
+ // AIX assembler expects TC storage-mapping class for the "_$TLSML"
+ // symbol.
----------------
I noticed AIX assembler only accepts TC storage mapping class for the "_$TLSML" symbol, which is different from all other variables in large code model, so I handled this in an explicit way...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157673/new/
https://reviews.llvm.org/D157673
More information about the llvm-commits
mailing list