================
@@ -1641,6 +1641,13 @@ def DeviceKernel : DeclOrTypeAttr {
 }];
 }
 
+def SYCLExternal : InheritableAttr {
+  let Spellings = [Clang<"sycl_external">];
----------------
schittir wrote:

This change fails two tests; will fix. 
  Clang :: CodeGenSPIRV/Builtins/generic_cast_to_ptr_explicit.c
  Clang :: CodeGenSPIRV/Builtins/ids_and_ranges.c

https://github.com/llvm/llvm-project/pull/140282
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to