[clang] [llvm] [PowerPC][ISelLowering] Support -mstack-protector-guard=tls (PR #110928)

Alexander Richardson via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 7 11:51:31 PDT 2024


================
@@ -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


More information about the cfe-commits mailing list