summaryrefslogtreecommitdiff
path: root/docs/LangRef.html
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
commitfbff0ec2c7ffcaebd2ab4029c6684d977f553065 (patch)
tree3884632e8da21427b0b6657f0b82d91f8db64d55 /docs/LangRef.html
parent49743b18f50ac0f7e065f4754a26965d4db388de (diff)
downloadllvm-fbff0ec2c7ffcaebd2ab4029c6684d977f553065.tar.gz
llvm-fbff0ec2c7ffcaebd2ab4029c6684d977f553065.tar.bz2
llvm-fbff0ec2c7ffcaebd2ab4029c6684d977f553065.tar.xz
Add uwtable to the langref.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 931e9750d3..ec751504da 100644
--- a/docs/LangRef.html
+++ b/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>