[llvm] r223254 - Fix sphinx error from Statepoints.rst

Philip Reames listmail at philipreames.com
Wed Dec 3 10:55:16 PST 2014


Thanks.

Where'd you see this error?  My local sphinx build was clean.

Philip

On 12/03/2014 10:35 AM, Matt Arsenault wrote:
> Author: arsenm
> Date: Wed Dec  3 12:35:11 2014
> New Revision: 223254
>
> URL: http://llvm.org/viewvc/llvm-project?rev=223254&view=rev
> Log:
> Fix sphinx error from Statepoints.rst
>
> It was complaining it wasn't included in any toctree
>
> Modified:
>      llvm/trunk/docs/index.rst
>
> Modified: llvm/trunk/docs/index.rst
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/index.rst?rev=223254&r1=223253&r2=223254&view=diff
> ==============================================================================
> --- llvm/trunk/docs/index.rst (original)
> +++ llvm/trunk/docs/index.rst Wed Dec  3 12:35:11 2014
> @@ -240,6 +240,7 @@ For API clients and LLVM developers.
>      InAlloca
>      BigEndianNEON
>      CoverageMappingFormat
> +   Statepoints
>   
>   :doc:`WritingAnLLVMPass`
>      Information on how to write LLVM transformations and analyses.
> @@ -332,6 +333,10 @@ For API clients and LLVM developers.
>   :doc:`CoverageMappingFormat`
>     This describes the format and encoding used for LLVM’s code coverage mapping.
>   
> +:doc:`Statepoints`
> +  This describes a set of experimental extensions for garbage
> +  collection support.
> +
>   Development Process Documentation
>   =================================
>   
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list