From 289cd40b51a463dd61cbb3959df1f3064f7c5415 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Mon, 16 Jan 2017 18:39:15 +0000 Subject: [PATCH] [NVPTX] Add blank line to NVPTXUsage.rst to appease the Sphinx. Fixes: Warning, treated as error: /home/buildbot/llvm-build-dir/llvm-sphinx-docs/llvm/src/docs/NVPTXUsage.rst:333: ERROR: Error in "code-block" directive: maximum 1 argument(s) allowed, 17 supplied. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292148 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/NVPTXUsage.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/NVPTXUsage.rst b/docs/NVPTXUsage.rst index bef27b3327f..dfdbe5b8c34 100644 --- a/docs/NVPTXUsage.rst +++ b/docs/NVPTXUsage.rst @@ -331,6 +331,7 @@ of your pass manager; just use the following code when setting up your pass manager: .. code-block:: c++ + std::unique_ptr TM = ...; PassManagerBuilder PMBuilder(...); PMBuilder.addExtension( -- 2.50.1