From 2211f496ffd68ca17b4145dd2ee57d0aa050d7f7 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Wed, 14 Mar 2007 19:31:19 +0000 Subject: [PATCH] Add link to exception handling. llvm-svn: 35102 --- llvm/docs/LangRef.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index b6f6f47256c3..cbd4c9baa038 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -187,6 +187,7 @@
  • Debugger intrinsics
  • +
  • Exception Handling intrinsics
  • @@ -4575,6 +4576,19 @@ Debugging document. + +
    + Exception Handling Intrinsics +
    + +
    +

    The LLVM exception handling intrinsics (which all start with +llvm.eh. prefix), are described in the LLVM Exception +Handling document.

    +
    + +