[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
================
@@ -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:
The intent is not to disable Flang on Windows, but stop testing it on Clang changes.
https://github.com/llvm/llvm-project/pull/92740
More information about the llvm-commits
mailing list