[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
================
@@ -154,7 +156,19 @@
"lit": "check-lit",
}
-RUNTIMES = {"libcxx", "libcxxabi", "libunwind", "compiler-rt", "libc", "flang-rt"}
+RUNTIMES = {
+ "libcxx",
+ "libcxxabi",
+ "libunwind",
+ "compiler-rt",
+ "libc",
+ "flang-rt",
+ "libclc",
+}
+
+LIBCLC_TARGETS = {
----------------
boomanaiden154 wrote:
Why do we need to parameterize this? We can just hardcode it in the `monolithic-*` scripts?
https://github.com/llvm/llvm-project/pull/186104
More information about the cfe-commits
mailing list