summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2016-08-26 23:11:48 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2016-08-26 23:11:48 +0000
commitbc94acefe6aeb255040ee48b5fbd2ec899c3039e (patch)
treeaafb79555999b92bf623263796ad78597682cd98 /docs/index.rst
parentbe4c1108a9038ee853411274f97d871e1b1013d1 (diff)
Adding document describing the use of the -opt-bisect-limit option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a64aa194e20f..36f5a979a413 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -179,6 +179,7 @@ For developers of applications which use LLVM as a library.
Extensions
LibFuzzer
ScudoHardenedAllocator
+ OptBisect
:doc:`LLVM Language Reference Manual <LangRef>`
Defines the LLVM intermediate representation and the assembly form of the
@@ -226,6 +227,9 @@ For developers of applications which use LLVM as a library.
:doc:`ScudoHardenedAllocator`
A library that implements a security-hardened `malloc()`.
+:doc:`OptBisect`
+ A command line option for debugging optimization-induced failures.
+
Subsystem Documentation
=======================