diff options
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 df70de095bd..b60daccc1f3 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -302,6 +302,7 @@ For API clients and LLVM developers. PDB/index CFIVerify SpeculativeLoadHardening + StackSafetyAnalysis :doc:`WritingAnLLVMPass` Information on how to write LLVM transformations and analyses. @@ -438,6 +439,10 @@ For API clients and LLVM developers. :doc:`SpeculativeLoadHardening` A description of the Speculative Load Hardening mitigation for Spectre v1. +:doc:`StackSafetyAnalysis` + This document describes the design of the stack safety analysis of local + variables. + Development Process Documentation ================================= |