diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 4937d0eab02b..c2796b1c023b 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -427,9 +427,9 @@ bits. Declaring that functions have no side effects or that they can never return.
- Supported: constructor, destructor, + Supported: alias, constructor, destructor, deprecated, fastcall, format, - format_arg, non_null, noreturn, + format_arg, non_null, noreturn, regparm section, stdcall, unused, used, visibility, warn_unused_result, weak
@@ -437,15 +437,14 @@ bits. always_inline, pure, const, nothrow, malloc, no_instrument_function, cdecl
- Unsupported: alias, regparm, all other target specific - attributes + Unsupported: All other target specific attributes
  • Variable Attributes: Specifying attributes of variables.
    - Supported: cleanup, common, nocommon, - deprecated, dllimport, dllexport, - section, transparent_union, unused, - used, weak
    + Supported: alias, cleanup, common, + nocommon, deprecated, dllimport, + dllexport, section, transparent_union, + unused, used, weak
    Unsupported: aligned, mode, packed, shared, tls_model,