[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
================
@@ -2385,6 +2385,13 @@ MCSection *TargetLoweringObjectFileXCOFF::getSectionForExternalReference(
SmallString<128> Name;
getNameWithPrefix(Name, GO, TM);
+ // AIX TLS local-dynamic requires the setting for the specific symbol name.
----------------
amy-kwan wrote:
Maybe we can clarify a bit on what we're setting here rather than just saying "the setting". It looks like `XMC_TC` here.
https://github.com/llvm/llvm-project/pull/66316
More information about the cfe-commits
mailing list