================
@@ -362,6 +362,8 @@ CodeGenFunction::AddInitializerToStaticVarDecl(const VarDecl &D,
return GV;
}
+ PGO.markStmtMaybeUsed(D.getInit()); // FIXME: Too lazy
----------------
ornata wrote:
OK gotcha
https://github.com/llvm/llvm-project/pull/112724