[clang] [llvm] Disable compiling and testing Flang on Clang changes (PR #92740)
Vlad Serebrennikov via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 09:23:02 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:
> 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
More information about the llvm-commits
mailing list