summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-11-06 07:48:46 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-11-06 07:48:46 +0000
commit74084c44ca0f0f03da1f0ae38e1f1a0a2ca68c6a (patch)
tree8654916b0e4159cfb3671e729b7e4eed93fefd6c /llvm/docs/ReleaseNotes.rst
parent364b59e2661735c8901288a759ace1f712d9b012 (diff)
downloadbcm5719-llvm-74084c44ca0f0f03da1f0ae38e1f1a0a2ca68c6a.tar.gz
bcm5719-llvm-74084c44ca0f0f03da1f0ae38e1f1a0a2ca68c6a.zip
Kill deprecated attribute API
Summary: This kill various depreacated API related to attribute : - The deprecated C API attribute based on LLVMAttribute enum. - The Raw attribute set format (planned to be removed in 4.0). Reviewers: bkramer, echristo, mehdi_amini, void Subscribers: mehdi_amini, llvm-commits Differential Revision: https://reviews.llvm.org/D23039 llvm-svn: 286062
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r--llvm/docs/ReleaseNotes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index d740849932d..6b75a79aa5c 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -33,6 +33,12 @@ page <http://llvm.org/releases/>`_.
Non-comprehensive list of changes in this release
=================================================
+* The C API functions LLVMAddFunctionAttr, LLVMGetFunctionAttr,
+ LLVMRemoveFunctionAttr, LLVMAddAttribute, LLVMRemoveAttribute,
+ LLVMGetAttribute, LLVMAddInstrAttribute and
+ LLVMRemoveInstrAttribute have been removed.
+
+* The C API enum LLVMAttribute has been deleted.
.. NOTE
For small 1-3 sentence descriptions, just add an entry at the end of
OpenPOWER on IntegriCloud