================
@@ -1409,6 +1409,12 @@ class WinX86_64ABIInfo : public ABIInfo {
     return isX86VectorCallAggregateSmallEnough(NumMembers);
   }
 
+  ABIArgInfo classifyArgForArm64ECVarArg(QualType Ty) const override {
----------------
dpaoliello wrote:

Let's add some comments to explain this for anyone else who is wondering why 
there's Arm in their X86, I'm not sure that factoring out this code really 
helps with readability or maintainability.

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

Reply via email to