[PATCH] D99425: [OpenCL] Fix parsing of opencl-c.h in CL 3.0
Anton Zabaznov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 30 04:29:30 PDT 2021
azabaznov added a comment.
Thanks for the patch! Sorry for the delay
Can you please elaborate on what issue you are trying to resolve with this fix? You're trying to emit diagnostics for `cl_khr_3d_image_writes` for OpenCL C 3.0?
FYI `cl_khr_3d_image_writes` should have no effect in `-cl-ext` option for OpenCL C 3.0 as there exist `__opencl_c_3d_image_writes`, I think it was discussed in some previous reviews
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99425/new/
https://reviews.llvm.org/D99425
More information about the cfe-commits
mailing list