summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2017-09-20 19:14:16 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2017-09-20 19:14:16 +0000
commitdb99a9980672167d24397afade6142fc4bd820fb (patch)
treefe9ac1b385cfd7fee3b19931b4703aa32f051181 /docs/index.rst
parentae40a10420917ef2a828013beae2cabdafb6b26c (diff)
Introduce the llvm-cfi-verify tool (resubmission of D37937).
Summary: Resubmission of D37937. Fixed i386 target building (conversion from std::size_t& to uint64_t& failed). Fixed documentation warning failure about docs/CFIVerify.rst not being in the tree. Reviewers: vlad.tsyrklevich Reviewed By: vlad.tsyrklevich Patch by Mitch Phillips Subscribers: mgorny, pcc, llvm-commits, kcc Differential Revision: https://reviews.llvm.org/D38089 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313798 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6117c9812db..212143ac79e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -159,7 +159,7 @@ representation.
misunderstood instruction.
:doc:`Frontend/PerformanceTips`
- A collection of tips for frontend authors on how to generate IR
+ A collection of tips for frontend authors on how to generate IR
which LLVM is able to effectively optimize.
:doc:`Docker`
@@ -281,6 +281,7 @@ For API clients and LLVM developers.
XRayExample
XRayFDRFormat
PDB/index
+ CFIVerify
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -411,6 +412,9 @@ For API clients and LLVM developers.
:doc:`The Microsoft PDB File Format <PDB/index>`
A detailed description of the Microsoft PDB (Program Database) file format.
+:doc:`CFIVerify`
+ A description of the verification tool for Control Flow Integrity.
+
Development Process Documentation
=================================