================ @@ -216,16 +227,16 @@ def get_env_variables(modified_files: list[str], platform: str) -> Set[str]: projects_to_test = _compute_projects_to_test(modified_projects, platform) projects_to_build = _compute_projects_to_build(projects_to_test) projects_check_targets = _compute_project_check_targets(projects_to_test) - runtimes_to_test = _compute_runtimes_to_test(projects_to_test) - runtimes_check_targets = _compute_runtime_check_targets(runtimes_to_test) + runtimes_to_build = _compute_runtimes_to_test(projects_to_test) ---------------- boomanaiden154 wrote:
Yeah. I ended up doing that in https://github.com/llvm/llvm-project/pull/142696. Not sure it's worth fixing here too given I'll be landing these around the same time. https://github.com/llvm/llvm-project/pull/142695 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits