[llvm] r292068 - [NVPTX] Let there be One True Way to set NVVMReflect params.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 10:50:20 PST 2017


Thanks, Malcom.  Just pushed a fix, r292148.

On Mon, Jan 16, 2017 at 1:13 AM, Malcolm Parsons
<malcolm.parsons at gmail.com> wrote:
> On 15 January 2017 at 16:54, Justin Lebar via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>
>> +.. code-block:: c++
>> +    std::unique_ptr<TargetMachine> TM = ...;
>
> Missing blank line.
>
> http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/1812/steps/docs-llvm-html/logs/stdio
>
> 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.
>
> --
> Malcolm Parsons


More information about the llvm-commits mailing list