================
@@ -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
----------------
joker-eph wrote:

To not forget how we got to this PR: 
https://discourse.llvm.org/t/flang-tests-are-extremely-slow-on-windows/78591

Which is 1) Flang only and 2) Windows specific. Pasting what I wrote there:

> MLIR tests ran in 13.13s on Linux and 34.81s on Windows, so 2.65x slower.
> Flang tests ran in 5.98s on Linux and 1220.35s on Windows, so >200x slower.


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