================
@@ -1752,8 +1754,10 @@ static void AppendTargetClonesMangling(const 
CodeGenModule &CGM,
   const TargetInfo &TI = CGM.getTarget();
   if (TI.getTriple().isAArch64()) {
----------------
elizabethandrews wrote:

Can you please explain why AArch64 needs to be 'specially' handled here? I 
can't recall where but other targets get a .default mangling as well right? Why 
isn't AArch64 being handled wherever it is happening for other targets?

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

Reply via email to