================
@@ -282,6 +288,8 @@ namespace {
     }
 
     void HandleTranslationUnit(ASTContext &Ctx) override {
+      IRGenFinished = true;
----------------
vgvassilev wrote:

Good point. I guess I was avoiding this early return which I have now removed. 
In fact this change fixed some of the failures we see in the tests.

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

Reply via email to