[libclc] [llvm] [libclc] Enable LLVM_RUNTIME_TARGETS in build system (PR #189892)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 6 09:01:12 PDT 2026


================
@@ -147,7 +153,7 @@
     "flang": "check-flang",
     "flang-rt": "check-flang-rt",
     "libc": "check-libc",
-    "libclc": "check-libclc",
+    "libclc": "check-libclc-amdgcn-amd-amdhsa-llvm",
----------------
jhuber6 wrote:

I think we have a `libc` test bot somehwere. I'm curious if that has some existing way to do this, since it's an embedded project. maybe there's some way to loop over all the runtimes? I don't know the CI infrastructure very well but I'm a little hesitant to hard-code this.

https://github.com/llvm/llvm-project/pull/189892


More information about the cfe-commits mailing list