diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-06-15 19:38:15 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-06-15 19:38:15 +0000 |
commit | 5553bc8e45875f20be0e92b85ad811b9e936620f (patch) | |
tree | 9b905ce76e33bf99101b67b3e1a90d8992648bfa | |
parent | baeb678a9120a1b9e9db781b1a7c96e4a14cda9a (diff) | |
download | bcm5719-llvm-5553bc8e45875f20be0e92b85ad811b9e936620f.tar.gz bcm5719-llvm-5553bc8e45875f20be0e92b85ad811b9e936620f.zip |
Unbreak docs build from r239740.
Add FaultMaps.rst to toctree.
llvm-svn: 239747
-rw-r--r-- | llvm/docs/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 0b681180970..5c04a4e3fc9 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -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 ================================= |