[PATCH] D97930: [OpenCL] Fix builtins that require multiple extensions

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 8 04:07:12 PST 2021


Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.

LGTM! Thanks.



================
Comment at: clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl:188
+  // expected-error at -2{{no matching function for call to 'write_imagef'}}
+  // expected-note at -3 + {{candidate function not viable}}
+#endif
----------------
if the format ok here?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97930/new/

https://reviews.llvm.org/D97930



More information about the cfe-commits mailing list