[llvm] r239747 - Unbreak docs build from r239740.

Sanjoy Das sanjoy at playingwithpointers.com
Mon Jun 15 12:38:16 PDT 2015


Author: sanjoy
Date: Mon Jun 15 14:38:15 2015
New Revision: 239747

URL: http://llvm.org/viewvc/llvm-project?rev=239747&view=rev
Log:
Unbreak docs build from r239740.

Add FaultMaps.rst to 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=239747&r1=239746&r2=239747&view=diff
==============================================================================
--- llvm/trunk/docs/index.rst (original)
+++ llvm/trunk/docs/index.rst Mon Jun 15 14:38:15 2015
@@ -260,6 +260,7 @@ For API clients and LLVM developers.
    Statepoints
    MergeFunctions
    BitSets
+   FaultMaps
 
 :doc:`WritingAnLLVMPass`
    Information on how to write LLVM transformations and analyses.
@@ -362,6 +363,9 @@ For API clients and LLVM developers.
 :doc:`InAlloca`
   Description of the ``inalloca`` argument attribute.
 
+:doc:`FaultMaps`
+  LLVM support for folding control flow into faulting machine instructions.
+
 Development Process Documentation
 =================================
 





More information about the llvm-commits mailing list