================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits