add a link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37024 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/index.html b/docs/index.html
index bcade19..886688d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -203,6 +203,10 @@
LLVM</a> - This document describes the design and philosophy behind the LLVM
source-level debugger.</li>
+<li><a href="ExceptionHandling.html">Zero Cost Exception handling in LLVM</a>
+- This document describes the design and implementation of exception handling
+in LLVM.</li>
+
<li><a href="Bugpoint.html">Bugpoint</a> - automatic bug finder and test-case
reducer description and usage information.</li>