================ @@ -282,6 +288,8 @@ namespace { } void HandleTranslationUnit(ASTContext &Ctx) override { + IRGenFinished = true; ---------------- AaronBallman wrote:
shouldn't this be set at the end of `HandleTranslationUnit` rather than the beginning? https://github.com/llvm/llvm-project/pull/94166 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits