diff --git a/docs/LangRef.html b/docs/LangRef.html index 931e9750d32..ec751504dab 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -1247,6 +1247,14 @@ define void @f() optsize { ... } function that doesn't have an sspreq attribute or which has an ssp attribute, then the resulting function will have an sspreq attribute. + +
uwtable
+
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.
+