File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 2424 modified_dirs=$(echo "$modified_files" | cut -d'/' -f1 | sort -u)
2525 echo "$modified_dirs"
2626
27+ . ./.ci/compute-projects.sh
28+
29+ all_projects="bolt clang clang-tools-extra compiler-rt cross-project-tests flang libc libclc lld lldb llvm mlir openmp polly pstl"
30+ modified_projects="$(keep-modified-projects ${all_projects})"
31+
32+ linux_projects_to_test=$(exclude-linux $(compute-projects-to-test 0 ${modified_projects}))
33+ linux_check_targets=$(check-targets ${linux_projects_to_test} | sort | uniq)
34+ linux_projects=$(add-dependencies ${linux_projects_to_test} | sort | uniq)
35+
36+ linux_runtimes_to_test=$(compute-runtimes-to-test ${linux_projects_to_test})
37+ linux_runtime_check_targets=$(check-targets ${linux_runtimes_to_test} | sort | uniq)
38+ linux_runtimes=$(echo ${linux_runtimes_to_test} | sort | uniq)
39+
You can’t perform that action at this time.
0 commit comments