[libclc] [llvm] [CI][libclc] Enable libclc in premerge CI with single target (PR #186104)
Wenju He via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 16 05:34:10 PDT 2026
================
@@ -297,7 +309,7 @@ def test_ci(self):
)
self.assertEqual(
env_variables["runtimes_check_targets"],
- "check-compiler-rt check-flang-rt check-libc",
+ "check-compiler-rt check-flang-rt check-libc check-libclc",
----------------
wenju-he wrote:
is it because libclc is in runtimes_to_build at line 306?
https://github.com/llvm/llvm-project/pull/186104
More information about the cfe-commits
mailing list