[Openmp-commits] [clang] [openmp] [OFFLOAD] Build DeviceRTL with SPIRV backend (PR #174675)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 9 12:20:59 PST 2026


================
@@ -31,18 +31,21 @@ extern "C" {
   for (size_t I = 0; I < count; ++I)
     dstc[I] = C;
 }
-
+#if !defined(__SPIRV__)
----------------
jhuber6 wrote:

Hopefully my PR will resolve this

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


More information about the Openmp-commits mailing list