================
@@ -4509,6 +4509,19 @@ llvm::Constant 
*CodeGenModule::GetOrCreateMultiVersionResolver(GlobalDecl GD) {
   return Resolver;
 }
 
+bool CodeGenModule::shouldDropDLLAttribute(const Decl *D,
----------------
zmodem wrote:

This doesn't access any members of CodeGenModule, so making it a static 
non-member function would be better.

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

Reply via email to