[clang] [llvm] [PowerPC][ISelLowering] Support -mstack-protector-guard=tls (PR #110928)
    Keith Packard via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Oct  7 14:10:30 PDT 2024
    
    
  
================
@@ -5616,6 +5616,10 @@ class TargetLowering : public TargetLoweringBase {
     return true;
   }
 
+protected:
+  // Simple interface for targets without a Module dependency
----------------
keith-packard wrote:
Yup, that makes things look cleaner. Good idea.
https://github.com/llvm/llvm-project/pull/110928
    
    
More information about the cfe-commits
mailing list