[llvm] r280859 - [CUDA] Fix typo in link in CompileCudaWithLLVM.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 13:42:24 PDT 2016
Author: jlebar
Date: Wed Sep 7 15:42:24 2016
New Revision: 280859
URL: http://llvm.org/viewvc/llvm-project?rev=280859&view=rev
Log:
[CUDA] Fix typo in link in CompileCudaWithLLVM.
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=280859&r1=280858&r2=280859&view=diff
==============================================================================
--- llvm/trunk/docs/CompileCudaWithLLVM.rst (original)
+++ llvm/trunk/docs/CompileCudaWithLLVM.rst Wed Sep 7 15:42:24 2016
@@ -42,7 +42,7 @@ Invoking clang
Invoking clang for CUDA compilation works similarly to compiling regular C++.
You just need to be aware of a few additional flags.
-You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>_`
+You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>`_
program as a toy example. Save it as ``axpy.cu``. To build and run, run the
following commands:
More information about the llvm-commits
mailing list