diff options
author | Justin Holewinski <jholewinski@nvidia.com> | 2013-11-15 16:08:49 +0000 |
---|---|---|
committer | Justin Holewinski <jholewinski@nvidia.com> | 2013-11-15 16:08:49 +0000 |
commit | 2408335d06554080bdebb53b7fe55fb99747305e (patch) | |
tree | 0a07c636a5591a8ea2e7e1681d811d59561234e9 /docs | |
parent | cb85ded9980644fc6a3ff7d8e4dc56351adcc114 (diff) | |
download | external_llvm-2408335d06554080bdebb53b7fe55fb99747305e.zip external_llvm-2408335d06554080bdebb53b7fe55fb99747305e.tar.gz external_llvm-2408335d06554080bdebb53b7fe55fb99747305e.tar.bz2 |
[NVPTX] Fix type in usage doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/NVPTXUsage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/NVPTXUsage.rst b/docs/NVPTXUsage.rst index 53aa093..a9065ce 100644 --- a/docs/NVPTXUsage.rst +++ b/docs/NVPTXUsage.rst @@ -479,7 +479,7 @@ We can use the LLVM ``llc`` tool to directly run the NVPTX code generator: .. note:: If you want to generate 32-bit code, change ``p:64:64:64`` to ``p:32:32:32`` - in the module data layout string and use ``nvptx64-nvidia-cuda`` as the + in the module data layout string and use ``nvptx-nvidia-cuda`` as the target triple. |