[clang] [llvm] Disable compiling Flang and running its tests on Clang changes (PR #92740)

Vlad Serebrennikov via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 06:39:57 PDT 2024


================
@@ -72,7 +72,7 @@ class PrintFunctionsConsumer : public ASTConsumer {
           *sema.LateParsedTemplateMap.find(FD)->second;
       sema.LateTemplateParser(sema.OpaqueParser, LPT);
       llvm::errs() << "late-parsed-decl: \"" << FD->getNameAsString() << "\"\n";
-    }   
+    }
----------------
Endilll wrote:

It's intentional. I need to make a change under `clang/` to test that CI doesn't compile and test Flang on Clang changes. I'll remove it after Windows CI passes.

https://github.com/llvm/llvm-project/pull/92740


More information about the llvm-commits mailing list