[libclc] [llvm] [CI][libclc] Enable libclc in premerge CI with single target (PR #186104)
Aiden Grossman via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 14 12:48:49 PDT 2026
================
@@ -248,6 +248,7 @@ def test_exclude_libcxx_in_projects(self):
self.assertEqual(env_variables["runtimes_to_build"], "")
self.assertEqual(env_variables["runtimes_check_targets"], "")
self.assertEqual(env_variables["runtimes_check_targets_needs_reconfig"], "")
+ self.assertEqual(env_variables["libclc_targets"], "amdgcn-amd-amdhsa-llvm")
----------------
boomanaiden154 wrote:
This assertion probably isn't necessary here?
https://github.com/llvm/llvm-project/pull/186104
More information about the cfe-commits
mailing list