[llvm-branch-commits] [llvm] [CI] Test all projects when CI scripts change (PR #144034)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jun 22 07:58:01 PDT 2025
https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/144034
>From 37c9533ee710afa6276a512fd8e60676f317cfe4 Mon Sep 17 00:00:00 2001
From: Aiden Grossman <agrossman154 at yahoo.com>
Date: Sun, 22 Jun 2025 07:57:54 -0700
Subject: [PATCH] feedback
Created using spr 1.3.6
---
.ci/compute_projects.py | 2 ++
.ci/compute_projects_test.py | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.ci/compute_projects.py b/.ci/compute_projects.py
index 4b89b102a173e..bf18360a8c6e1 100644
--- a/.ci/compute_projects.py
+++ b/.ci/compute_projects.py
@@ -62,6 +62,8 @@
"mlir",
"polly",
"flang",
+ "libclc",
+ "openmp",
},
}
diff --git a/.ci/compute_projects_test.py b/.ci/compute_projects_test.py
index ced70f22711e7..5efac26366981 100644
--- a/.ci/compute_projects_test.py
+++ b/.ci/compute_projects_test.py
@@ -223,7 +223,7 @@ def test_ci(self):
)
self.assertEqual(
env_variables["projects_to_build"],
- "bolt;clang;clang-tools-extra;flang;lld;lldb;llvm;mlir;polly",
+ "bolt;clang;clang-tools-extra;flang;libclc;lld;lldb;llvm;mlir;polly",
)
self.assertEqual(
env_variables["project_check_targets"],
More information about the llvm-branch-commits
mailing list