[llvm] Reapply "[CI] Migrate to runtimes build" (#143612) (PR #144033)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 17 09:57:03 PDT 2025
================
@@ -122,10 +126,10 @@
"polly": "check-polly",
}
-RUNTIMES = {"libcxx", "libcxxabi", "libunwind"}
+RUNTIMES = {"libcxx", "libcxxabi", "libunwind", "compiler-rt", "libc"}
-def _add_dependencies(projects: Set[str]) -> Set[str]:
+def _add_dependencies(projects: Set[str], runtimes: Set[str]) -> Set[str]:
projects_with_dependents = set(projects)
current_projects_count = 0
----------------
cmtice wrote:
I don't see where current_projects_count ever gets updated; what's to prevent this from looping forever?
https://github.com/llvm/llvm-project/pull/144033
More information about the llvm-commits
mailing list