[llvm-commits] [llvm] r135913 - /llvm/trunk/docs/LangRef.html

Rafael Espindola rafael.espindola at gmail.com
Mon Jul 25 08:28:00 PDT 2011


Author: rafael
Date: Mon Jul 25 10:27:59 2011
New Revision: 135913

URL: http://llvm.org/viewvc/llvm-project?rev=135913&view=rev
Log:
Add uwtable to the langref.

Modified:
    llvm/trunk/docs/LangRef.html

Modified: llvm/trunk/docs/LangRef.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.html?rev=135913&r1=135912&r2=135913&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.html (original)
+++ llvm/trunk/docs/LangRef.html Mon Jul 25 10:27:59 2011
@@ -1247,6 +1247,14 @@
       function that doesn't have an <tt>sspreq</tt> attribute or which has
       an <tt>ssp</tt> attribute, then the resulting function will have
       an <tt>sspreq</tt> attribute.</dd>
+
+  <dt><tt><b><a name="uwtable">uwtable</a></b></tt></dt>
+  <dd>This attribute indicates that the ABI being targeted requires that
+      an unwind table entry be produce for this function even if we can
+      show that no exceptions passes by it. This is normally the case for
+      the ELF x86-64 abi, but it can be disabled for some compilation
+      units.</dd>
+
 </dl>
 
 </div>





More information about the llvm-commits mailing list