@@ -184,24 +199,36 @@ def _compute_project_check_targets(projects_to_test:
Set[str]) -> Set[str]:
return check_targets
-def _compute_runtimes_to_test(projects_to_test: Set[str]) -> Set[str]:
+def _compute_runtimes_to_test(modified_projects: Set[str], platform: str) ->
S
boomanaiden154 wrote:
This/dependent patches are intended to land after we deprecate/shutdown
Buildkite. No effort was made here to keep the Buildkite pipeline working in
the same manner as the Github workflow.
https://github.com/llvm/llvm-project/pull/142696
__
llvmbot wrote:
@llvm/pr-subscribers-github-workflow
Author: Aiden Grossman (boomanaiden154)
Changes
This patch migrates the premerge pipeline to use LLVM_ENABLE_RUNTIMES to
build libc and compiler-rt.
---
Full diff: https://github.com/llvm/llvm-project/pull/142696.diff
4 Files Affected
https://github.com/boomanaiden154 created
https://github.com/llvm/llvm-project/pull/142696
This patch migrates the premerge pipeline to use LLVM_ENABLE_RUNTIMES to
build libc and compiler-rt.
___
llvm-branch-commits mailing list
llvm-branch-commits@