[PATCH] D105825: Add newline to fix documentation build
Krzysztof Drewniak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 12:01:09 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8ba53152d779: Add newline to fix documentation build (authored by krzysz00).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105825/new/
https://reviews.llvm.org/D105825
Files:
llvm/docs/AMDGPUUsage.rst
Index: llvm/docs/AMDGPUUsage.rst
===================================================================
--- llvm/docs/AMDGPUUsage.rst
+++ llvm/docs/AMDGPUUsage.rst
@@ -12200,6 +12200,7 @@
.. code::
:number-lines:
+
__global__ void hello_world(float *p) {
*p = 3.14159f;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105825.358019.patch
Type: text/x-patch
Size: 292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210712/868bcf25/attachment.bin>
More information about the llvm-commits
mailing list