attribute((used)) is now supported
[oota-llvm.git] / docs / ReleaseNotes.html
index 103909e95639fcb641760835cbf1863dcc6bc186..6e40e7a60ea53bba4ba2b23dbb31dff558b86268 100644 (file)
@@ -254,14 +254,14 @@ work:
 
       <b>Supported:</b> <tt>format</tt>, <tt>format_arg</tt>, <tt>non_null</tt>,
       <tt>noreturn</tt>, <tt>constructor</tt>, <tt>destructor</tt>,
-      <tt>unused</tt>,
+      <tt>unused</tt>, <tt>used</tt>,
       <tt>deprecated</tt>, <tt>warn_unused_result</tt>, <tt>weak</tt><br>
 
       <b>Ignored:</b> <tt>noinline</tt>,
       <tt>always_inline</tt>, <tt>pure</tt>, <tt>const</tt>, <tt>nothrow</tt>,
       <tt>malloc</tt>, <tt>no_instrument_function</tt>, <tt>cdecl</tt><br>
 
-      <b>Unsupported:</b> <tt>used</tt>, <tt>section</tt>, <tt>alias</tt>,
+      <b>Unsupported:</b> <tt>section</tt>, <tt>alias</tt>,
       <tt>visibility</tt>, <tt>regparm</tt>, <tt>stdcall</tt>,
       <tt>fastcall</tt>, all other target specific attributes</li>
    
@@ -269,7 +269,7 @@ work:
       Specifying attributes of variables.<br>
       <b>Supported:</b> <tt>cleanup</tt>, <tt>common</tt>, <tt>nocommon</tt>,
                         <tt>deprecated</tt>, <tt>transparent_union</tt>,
-                        <tt>unused</tt>, <tt>weak</tt><br>
+                        <tt>unused</tt>, <tt>used</tt>, <tt>weak</tt><br>
 
       <b>Unsupported:</b> <tt>aligned</tt>, <tt>mode</tt>, <tt>packed</tt>,
                         <tt>section</tt>, <tt>shared</tt>, <tt>tls_model</tt>,