================
@@ -5616,6 +5616,10 @@ class TargetLowering : public TargetLoweringBase {
     return true;
   }
 
+protected:
+  // Simple interface for targets without a Module dependency
----------------
arichardson wrote:

There probably aren't that many overrides here? Maybe easiest to just always 
override the version with the Module&?

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

Reply via email to