================
@@ -6141,6 +6145,9 @@ void CodeGenModule::EmitGlobalVarDefinition(const VarDecl
*D,
if (NeedsGlobalCtor || NeedsGlobalDtor)
EmitCXXGlobalVarDeclInitFunc(D, GV, NeedsGlobalCtor);
+ if (D->hasAttr<ForceMemtagAttr>()) {
----------------
fmayer wrote:
nit: drop braces as per llvm style guide
https://github.com/llvm/llvm-project/pull/168535
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits