[llvm] r347013 - Added missing whitespace in the link.

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 17:23:12 PST 2018


Author: tra
Date: Thu Nov 15 17:23:12 2018
New Revision: 347013

URL: http://llvm.org/viewvc/llvm-project?rev=347013&view=rev
Log:
Added missing whitespace in the link.

Modified:
    llvm/trunk/docs/CompileCudaWithLLVM.rst

Modified: llvm/trunk/docs/CompileCudaWithLLVM.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompileCudaWithLLVM.rst?rev=347013&r1=347012&r2=347013&view=diff
==============================================================================
--- llvm/trunk/docs/CompileCudaWithLLVM.rst (original)
+++ llvm/trunk/docs/CompileCudaWithLLVM.rst Thu Nov 15 17:23:12 2018
@@ -75,7 +75,7 @@ run your program.
   always have the same pointer widths, so if you're compiling 64-bit code for
   the host, you're also compiling 64-bit code for the device.) Note that as of
   v10.0 CUDA SDK `no longer supports compilation of 32-bit
-  applications<https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#deprecated-features>`_.
+  applications <https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#deprecated-features>`_.
 
 * ``<GPU arch>`` -- the `compute capability
   <https://developer.nvidia.com/cuda-gpus>`_ of your GPU. For example, if you




More information about the llvm-commits mailing list