================
@@ -68,7 +68,7 @@ function compute-projects-to-test() {
       done
     ;;
     clang)
-      for p in clang-tools-extra compiler-rt flang lldb cross-project-tests; do
+      for p in clang-tools-extra compiler-rt lldb cross-project-tests; do
----------------
Endilll wrote:

> many dialects are never used by Flang yet we encode the dependency at the 
> granularity of the project

Can you point out where this is encoded in this file? I only see Flang 
specified as a dependency of MLIR (not the other way round). I also recollect 
seeing something among the following lines in the CMake logs "Flang is enabled, 
enabling MLIR".

https://github.com/llvm/llvm-project/pull/92740
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to