From: Jim Laskey Date: Wed, 14 Mar 2007 19:31:19 +0000 (+0000) Subject: Add link to exception handling. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dd4ef1b540068ee82550c6ec360153123801995d;p=oota-llvm.git Add link to exception handling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35102 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index b6f6f47256c..cbd4c9baa03 100644 --- a/docs/LangRef.html +++ b/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.

    +
    + +