[llvm] [PowerPC] Support local-dynamic TLS relocation on AIX (PR #66316)

via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 15:25:32 PDT 2023


================
@@ -1362,6 +1402,8 @@ void PPCAsmPrinter::emitInstruction(const MachineInstr *MI) {
   case PPC::GETtlsADDRPCREL:
   case PPC::GETtlsADDR32AIX:
   case PPC::GETtlsADDR64AIX:
+  case PPC::GETtlsMOD32AIX:
----------------
stephenpeckham wrote:

These 2 new cases should have a separate comment about calling __tls_get_mod()

https://github.com/llvm/llvm-project/pull/66316


More information about the llvm-commits mailing list