summaryrefslogtreecommitdiffstats
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
commitc5982fb6343110969c2bdcbc19559b299071b8b1 (patch)
tree5fbc1086c688e6eab27bf114452add1246b4ff87
parentd75b556c563746a318ae92a50fb5c4d6dd180978 (diff)
downloadbcm5719-llvm-c5982fb6343110969c2bdcbc19559b299071b8b1.tar.gz
bcm5719-llvm-c5982fb6343110969c2bdcbc19559b299071b8b1.zip
[OPENMP, DOCS] Fixed typo, NFC.
llvm-svn: 338055
-rw-r--r--clang/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 24f182b824e..342fed3393b 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/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`.
OpenPOWER on IntegriCloud