summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-05-23 16:38:25 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-05-23 16:38:25 +0000
commit000b227286a5c0979e118b6b8a1bd4d62dc58378 (patch)
tree186bded9cc9c7f6d0857a080851761dfd2da3022 /docs/ReleaseNotes.rst
parent1386ead074e8e9028ae73c8106ccc3853d73bcf6 (diff)
Extract renaming from D19181
Summary: This needs to get in before anything is released concerning attribute. If the old name gets in the wild, then we are stuck with it forever. Putting it in its own diff should getting that part at least in fast. Reviewers: Wallbraker, whitequark, joker.eph, echristo, rafael, jyknight Subscribers: llvm-commits, joker.eph Differential Revision: http://reviews.llvm.org/D20417 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 1f88ec1048d4..47dde2fc8583 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -55,7 +55,7 @@ Non-comprehensive list of changes in this release
in favor of LLVMGetDataLayoutStr.
* The C API enum LLVMAttribute is deprecated in favor of
- LLVMGetAttrKindID.
+ LLVMGetAttributeKindForName.
* ``TargetFrameLowering::eliminateCallFramePseudoInstr`` now returns an
iterator to the next instruction instead of ``void``. Targets that previously