================
@@ -47,6 +47,8 @@ static const unsigned TCEOpenCLAddrSpaceMap[] = {
     0, // sycl_global_host
     0, // sycl_local
     0, // sycl_private
+    0, // sycl_generic
+    0, // sycl_constant
----------------
elizabethandrews wrote:

Same here. IIUC from TCE.cpp, TCE only supports OpenCL. I think we should stick 
to dummy values here since SYCL does not target TCE. 

https://github.com/llvm/llvm-project/pull/200849
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to