summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2018-07-26 18:40:41 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2018-07-26 18:40:41 +0000
commit172cbdc41f25ea610a15bb7f071a973751d57b6e (patch)
tree03e2ef2765de9aaca9045ba4c909af5927737a2a /docs/ReleaseNotes.rst
parent681015848a6aee4b21acc13664ce830e5001afb7 (diff)
downloadclang-172cbdc41f25ea610a15bb7f071a973751d57b6e.tar.gz
[OPENMP, DOCS] Fixed typo, NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 24f182b824..342fed3393 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -226,7 +226,7 @@ OpenMP Support in Clang
option will be forwarded to the respective OpenMP device offloading toolchain
described by the triple. For example passing the compute capability to
the OpenMP NVPTX offloading toolchain can be done as follows:
- `-Xopenmp-target=nvptx62-nvidia-cuda -march=sm_60`. For the case when only one
+ `-Xopenmp-target=nvptx64-nvidia-cuda -march=sm_60`. For the case when only one
target offload toolchain is specified under the `-fopenmp-targets=<triples>`
option, then the triple can be skipped: `-Xopenmp-target -march=sm_60`.