================
@@ -846,6 +859,19 @@ void PPCAsmPrinter::emitInstruction(const MachineInstr 
*MI) {
       return MCSymbolRefExpr::VariantKind::VK_PPC_AIX_TLSGDM;
     if (MO.getTargetFlags() & PPCII::MO_TLSGD_FLAG)
       return MCSymbolRefExpr::VariantKind::VK_PPC_AIX_TLSGD;
+    if (MO.getTargetFlags() & PPCII::MO_TLSLD_FLAG) {
+      if (IsAIX && MO.isGlobal() && MO.getGlobal()->hasName() &&
----------------
orcguru wrote:

This will be addressed after https://github.com/llvm/llvm-project/pull/69695

https://github.com/llvm/llvm-project/pull/66316
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to