OSDN Git Service

Fix sphinx error from Statepoints.rst
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 3 Dec 2014 18:35:11 +0000 (18:35 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 3 Dec 2014 18:35:11 +0000 (18:35 +0000)
It was complaining it wasn't included in any toctree

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223254 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.rst

index 5ac5443..f7a78f2 100644 (file)
@@ -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
 =================================