[llvm-branch-commits] [llvm] [CI] Test all projects when CI scripts change (PR #144034)

2025-06-22 Thread Aiden Grossman via llvm-branch-commits


@@ -52,8 +52,17 @@
 "clang": {"clang-tools-extra", "cross-project-tests"},
 "mlir": {"flang"},
 # Test everything if ci scripts are changed.
-# FIXME: Figure out what is missing and add here.
-".ci": {"llvm", "clang", "lld", "lldb"},
+".ci": {

boomanaiden154 wrote:

Looks like I just forgot about it. Fixed.

https://github.com/llvm/llvm-project/pull/144034
___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits


[llvm-branch-commits] [llvm] [CI] Test all projects when CI scripts change (PR #144034)

2025-06-22 Thread Aiden Grossman via llvm-branch-commits

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 
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"],

___
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits