[llvm-branch-commits] [cfe-branch] r279083 - Removed extra space in OpenCL release notes
Anastasia Stulova via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 18 09:17:21 PDT 2016
Author: stulova
Date: Thu Aug 18 11:17:20 2016
New Revision: 279083
URL: http://llvm.org/viewvc/llvm-project?rev=279083&view=rev
Log:
Removed extra space in OpenCL release notes
Modified:
cfe/branches/release_39/docs/ReleaseNotes.rst
Modified: cfe/branches/release_39/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_39/docs/ReleaseNotes.rst?rev=279083&r1=279082&r2=279083&view=diff
==============================================================================
--- cfe/branches/release_39/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_39/docs/ReleaseNotes.rst Thu Aug 18 11:17:20 2016
@@ -207,7 +207,7 @@ features have been completed since the p
Several miscellaneous improvements have been made:
- Supported extensions are now part of the target representation to give correct
- diagnostics for unsupported target features during compilation. For example,
+ diagnostics for unsupported target features during compilation. For example,
when compiling for a target that does not support the double precision
floating point extension, Clang will give an error when encountering the
``cl_khr_fp64`` pragma. Several missing extensions were added covering up to
More information about the llvm-branch-commits
mailing list