diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-12-03 18:35:11 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2014-12-03 18:35:11 +0000 |
| commit | 03f0e83dff4e9927966be188333de53c5433854b (patch) | |
| tree | 19aa5b50a677cadc6d9b809e0b114e55105c6183 /llvm/docs/index.rst | |
| parent | 05cd445c4da9c1bd7a2998c6a1e5bd097d6d65b3 (diff) | |
| download | bcm5719-llvm-03f0e83dff4e9927966be188333de53c5433854b.tar.gz bcm5719-llvm-03f0e83dff4e9927966be188333de53c5433854b.zip | |
Fix sphinx error from Statepoints.rst
It was complaining it wasn't included in any toctree
llvm-svn: 223254
Diffstat (limited to 'llvm/docs/index.rst')
| -rw-r--r-- | llvm/docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 5ac54432fd0..f7a78f28497 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 ================================= |

