[PATCH] D103191: [OpenCL] Add support of __opencl_c_program_scope_global_variables feature macro
Anton Zabaznov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 1 08:02:49 PDT 2021
azabaznov updated this revision to Diff 355884.
azabaznov added a comment.
Fixed latest comment about checking for `== 300`. Btw, there already exists a few places where `>= 300` is checked. Should fix them as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103191/new/
https://reviews.llvm.org/D103191
Files:
clang/include/clang/Basic/OpenCLOptions.h
clang/lib/Sema/SemaDecl.cpp
clang/test/CodeGenOpenCL/addr-space-struct-arg.cl
clang/test/SemaOpenCL/storageclass.cl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103191.355884.patch
Type: text/x-patch
Size: 18519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210701/c4b36f4c/attachment-0001.bin>
More information about the cfe-commits
mailing list