Skip to content

Commit

Permalink
Add a blurb about the attributes changes to the release notes.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175075 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Feb 13, 2013
1 parent 6b9d461 commit 6eaab0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ Non-comprehensive list of changes in this release

* We've improved the X86 and ARM cost model.

* The Attributes classes have been completely rewritten and expanded. They now
support not only enumerated attributes and alignments, but "string"
attributes, which are useful for passing information to code generation. See
`How To Use Attributes <HowToUseAttributes.html>`_ for more details.

* ... next change ...

.. NOTE
Expand Down

0 comments on commit 6eaab0d

Please sign in to comment.