summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-07-25 15:27:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-07-25 15:27:59 +0000
commit163d675e727086abf65c91f6c898e672ca72ebfe (patch)
tree9ad1e3676f6afa97f400d12362ce5ed3250ae388 /llvm/docs
parent450111718c2e82b07b3e59f6f565f7db07ae60ea (diff)
downloadbcm5719-llvm-163d675e727086abf65c91f6c898e672ca72ebfe.tar.gz
bcm5719-llvm-163d675e727086abf65c91f6c898e672ca72ebfe.zip
Add uwtable to the langref.
llvm-svn: 135913
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html
index 931e9750d32..ec751504dab 100644
--- a/llvm/docs/LangRef.html
+++ b/llvm/docs/LangRef.html
@@ -1247,6 +1247,14 @@ define void @f() optsize { ... }
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>
OpenPOWER on IntegriCloud