From c52614ba88cac5ea3b1993f947bc35c9231afbab Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Thu, 10 May 2007 08:26:24 +0000 Subject: [PATCH] These attributes are supported! llvm-svn: 36973 --- llvm/docs/ReleaseNotes.html | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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,