[llvm] r223254 - Fix sphinx error from Statepoints.rst
Matt Arsenault
Matthew.Arsenault at amd.com
Wed Dec 3 10:35:11 PST 2014
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
=================================
More information about the llvm-commits
mailing list