================
@@ -6843,6 +6845,24 @@ SDValue 
RISCVTargetLowering::getDynamicTLSAddr(GlobalAddressSDNode *N,
   return LowerCallTo(CLI).first;
 }
 
+SDValue
+RISCVTargetLowering::getGeneralDynamicTLSDescAddr(GlobalAddressSDNode *N,
----------------
MaskRay wrote:

`GeneralDynamicTLSDesc` in the name` `getGeneralDynamicTLSDescAddr` is 
misleading. general-dynamic refers to a traditional TLS mode while TLSDESC is 
entirely different. 

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

Reply via email to