add a link
authorChris Lattner <sabre@nondot.org>
Sun, 13 May 2007 23:38:44 +0000 (23:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 May 2007 23:38:44 +0000 (23:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37024 91177308-0d34-0410-b5e6-96231b3b80d8

docs/index.html

index bcade19aba180ed86504325e9001a52549ab9fbc..886688d8926234c74d15fa5f1dd41b6f5fc5e258 100644 (file)
@@ -203,6 +203,10 @@ GC'd programs.</li>
 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>