[llvm] [clang] [PowerPC] Support local-dynamic TLS relocation on AIX (PR #66316)
Amy Kwan via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 6 22:36:32 PST 2023
================
@@ -2058,6 +2089,10 @@ void PPCAIXAsmPrinter::emitLinkage(const GlobalValue *GV,
}
}
+ // Do not emit the _$TLSML symbol.
+ if (GVSym->getName() == "_Renamed..5f24__TLSML[TC]")
----------------
amy-kwan wrote:
Maybe a silly question, but will this always contain the `5f24`?
https://github.com/llvm/llvm-project/pull/66316
More information about the cfe-commits
mailing list