[clang] [llvm] Disable compiling Flang and running its tests on Clang changes (PR #92740)
    Tom Stellard via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon May 20 06:27:56 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
----------------
tstellar wrote:
Don't you also need to remove this from the llvm and mlir switch cases?  Also, we are we doing this here and not in the `exclude-windows` function?
https://github.com/llvm/llvm-project/pull/92740
    
    
More information about the cfe-commits
mailing list