forked from OSchip/llvm-project
Unbreak docs build from r239740.
Add FaultMaps.rst to toctree. llvm-svn: 239747
This commit is contained in:
parent
baeb678a91
commit
5553bc8e45
|
@ -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
|
||||
=================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue