Anastasia created this revision. Anastasia added reviewers: azabaznov, svenvh. Herald added subscribers: ebevhan, yaxunl. Anastasia requested review of this revision.
As suggested on RFC: http://lists.llvm.org/pipermail/cfe-dev/2020-October/066932.html https://reviews.llvm.org/D89143 Files: clang/docs/UsersManual.rst Index: clang/docs/UsersManual.rst =================================================================== --- clang/docs/UsersManual.rst +++ clang/docs/UsersManual.rst @@ -2714,6 +2714,9 @@ <https://www.khronos.org/registry/OpenCL/specs/opencl-1.1.pdf#111>`_) or into generic bitcode files loadable into other toolchains. +Clang only supports the full OpenCL profile, and not `the embedded profile +<https://github.com/KhronosGroup/OpenCL-Docs/blob/master/api/embedded_profile.asciidoc>`_. + Compiling to a binary using the default target from the installation can be done as follows:
Index: clang/docs/UsersManual.rst =================================================================== --- clang/docs/UsersManual.rst +++ clang/docs/UsersManual.rst @@ -2714,6 +2714,9 @@ <https://www.khronos.org/registry/OpenCL/specs/opencl-1.1.pdf#111>`_) or into generic bitcode files loadable into other toolchains. +Clang only supports the full OpenCL profile, and not `the embedded profile +<https://github.com/KhronosGroup/OpenCL-Docs/blob/master/api/embedded_profile.asciidoc>`_. + Compiling to a binary using the default target from the installation can be done as follows:
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits