summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-08-02 06:20:17 +0000
committerBill Wendling <isanbard@gmail.com>2011-08-02 06:20:17 +0000
commit16005253850679a34b09a70bca32a6c0233380d6 (patch)
treee67e2fbb862bd91fbcc5316d3abc2fe51184bc32 /docs
parentfcb4356dee96563def584fe38eeafb3eb63c5cd8 (diff)
downloadllvm-16005253850679a34b09a70bca32a6c0233380d6.tar.gz
llvm-16005253850679a34b09a70bca32a6c0233380d6.tar.bz2
llvm-16005253850679a34b09a70bca32a6c0233380d6.tar.xz
Remove the LLVMBuildUnwind C API function.
The 'unwind' function is going away with the new EH rewrite. This is step 0 in keeping front-ends from using it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136683 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 0b0377d875..025f91a8f8 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -596,7 +596,7 @@ from the previous release.</p>
<div>
<p>In addition, many APIs have changed in this release. Some of the major
- LLVM API changes are:</p>
+ LLVM API changes are:</p>
<ul>
<li>The biggest and most pervasive change is that llvm::Type's are no longer
@@ -662,6 +662,11 @@ from the previous release.</p>
<li>All forms of <code>StringMap::getOrCreateValue</code> have been remove
except for the one which takes a <code>StringRef</code>.</li>
+<li>The <code>LLVMBuildUnwind</code> function from the C API was removed. The
+ LLVM <code>unwind</code> instruction has been deprecated for a long time and
+ isn't used by the current front-ends. So this was removed along with the
+ exception handling rewrite.</li>
+
</ul>
</div>