From 03f0e83dff4e9927966be188333de53c5433854b Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 3 Dec 2014 18:35:11 +0000 Subject: [PATCH] Fix sphinx error from Statepoints.rst It was complaining it wasn't included in any toctree llvm-svn: 223254 --- llvm/docs/index.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 5ac5443..f7a78f2 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -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 ================================= -- 2.7.4