================
@@ -6,6 +6,17 @@
 //
 
//===----------------------------------------------------------------------===//
 
+// cl_khr_global_int32_base_atomics
----------------
frasercrmck wrote:

Sorry to go back to this but I think really these should all be `#if` guarded 
with the appropriate extension: 
`cl_khr_(local|global)_int32_(base|extended)_atomics`. It works now because 
only targets that should build the atomics builtins are including these 
headers, which isn't the worst thing but it might be good to fix this up since 
we're here.

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

Reply via email to