[llvm] 8ba5315 - Add newline to fix documentation build

Krzysztof Drewniak via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 12 12:01:05 PDT 2021


Author: Krzysztof Drewniak
Date: 2021-07-12T19:00:58Z
New Revision: 8ba53152d7791e19b38e117b4e92473c5d902c07

URL: https://github.com/llvm/llvm-project/commit/8ba53152d7791e19b38e117b4e92473c5d902c07
DIFF: https://github.com/llvm/llvm-project/commit/8ba53152d7791e19b38e117b4e92473c5d902c07.diff

LOG: Add newline to fix documentation build

Reviewed By: xgupta

Differential Revision: https://reviews.llvm.org/D105825

Added: 
    

Modified: 
    llvm/docs/AMDGPUUsage.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/AMDGPUUsage.rst b/llvm/docs/AMDGPUUsage.rst
index 242e44b84cdb..d78f217759fe 100644
--- a/llvm/docs/AMDGPUUsage.rst
+++ b/llvm/docs/AMDGPUUsage.rst
@@ -12200,6 +12200,7 @@ This kernel is equivalent to the following HIP program:
 
 .. code::
    :number-lines:
+
    __global__ void hello_world(float *p) {
        *p = 3.14159f;
    }


        


More information about the llvm-commits mailing list