================
@@ -85,6 +85,8 @@ class VectorType;
   //  ARMTargetLowering - ARM Implementation of the TargetLowering interface
 
   class ARMTargetLowering : public TargetLowering {
+    friend class ARMBaseTargetMachine; // For getEffectiveCallingConv().
----------------
chrisnc wrote:

I've changed it to be a `public` method, near other calling-convention-related 
methods in `ARMTargetLowering`.

https://github.com/llvm/llvm-project/pull/111334
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to