summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2017-09-20 19:46:02 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2017-09-20 19:46:02 +0000
commitd3762c4675cbe5178acef79f01c813bcbfc58cf5 (patch)
tree4c0ab25aff4f7e1e18b000440898ebefb7de10ea /docs/index.rst
parentdb99a9980672167d24397afade6142fc4bd820fb (diff)
Revert "Introduce the llvm-cfi-verify tool (resubmission of D37937)."
This reverts commit r313798, it's causing buildbot failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313804 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 212143ac79ea..6117c9812dbc 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,7 +281,6 @@ For API clients and LLVM developers.
XRayExample
XRayFDRFormat
PDB/index
- CFIVerify
:doc:`WritingAnLLVMPass`
Information on how to write LLVM transformations and analyses.
@@ -412,9 +411,6 @@ 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
=================================