File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,7 @@ function compute-projects-to-test() {
4343 clang-tools-extra)
4444 echo libc
4545 ;;
46- mlir)
47- # Flang is not stable in Windows CI at the moment
48- if [[ $isForWindows == 0 ]]; then
49- echo flang
50- fi
51- ;;
52- flang-rt)
53- # Flang-RT will be built whenever Flang is built
46+ mlir|flang-rt)
5447 # Flang is not stable in Windows CI at the moment
5548 if [[ $isForWindows == 0 ]]; then
5649 echo flang
@@ -128,6 +121,7 @@ function exclude-linux() {
128121 case ${project} in
129122 cross-project-tests) ;; # tests failing
130123 openmp) ;; # https://github.com/google/llvm-premerge-checks/issues/410
124+ flang-rt) ;; # added to runtimes build, not LLVM_ENABLE_PROJECTS
131125 * )
132126 echo " ${project} "
133127 ;;
You can’t perform that action at this time.
0 commit comments