[PATCH] D125243: [OpenCL] Make -cl-ext a driver option

Sven van Haastregt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 11 04:28:24 PDT 2022


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

LGTM; just a few minor suggestions that you can address at commit time.



================
Comment at: clang/docs/UsersManual.rst:3145-3146
+
+Note that some targets e.g. SPIR/SPIR-V enable all extensions/features in clang by
+default.
+
----------------
Was this meant to go after the command example?


================
Comment at: clang/docs/UsersManual.rst:3215
+  All known OpenCL extensions and features are set to supported in the generic targets,
+  however :option:`-cl-ext` flag can be used to alter these settings.
+
----------------



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

https://reviews.llvm.org/D125243



More information about the cfe-commits mailing list