projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb85ded
)
[NVPTX] Fix type in usage doc
author
Justin Holewinski
<jholewinski@nvidia.com>
Fri, 15 Nov 2013 16:08:49 +0000
(16:08 +0000)
committer
Justin Holewinski
<jholewinski@nvidia.com>
Fri, 15 Nov 2013 16:08:49 +0000
(16:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194821
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/NVPTXUsage.rst
patch
|
blob
|
history
diff --git
a/docs/NVPTXUsage.rst
b/docs/NVPTXUsage.rst
index 53aa0939f2a1cfe7402f581506e0ba4020e1ccb7..a9065ce74ba52a76db39ab41f4681abf48efbd82 100644
(file)
--- 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 ``nvptx
64
-nvidia-cuda`` as the
+ in the module data layout string and use ``nvptx-nvidia-cuda`` as the
target triple.