diff options
| author | Bill Wendling <isanbard@gmail.com> | 2011-08-02 06:20:17 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2011-08-02 06:20:17 +0000 |
| commit | 46ffaa95bdcc5df494939b534cceaabd09f482a1 (patch) | |
| tree | fa3363ddd92f7b709c0b9c06bde6bb28c8703ac7 /llvm/docs | |
| parent | 2dfc79b19ef57db6ac6bdf46dfdd3508ac712e91 (diff) | |
| download | bcm5719-llvm-46ffaa95bdcc5df494939b534cceaabd09f482a1.tar.gz bcm5719-llvm-46ffaa95bdcc5df494939b534cceaabd09f482a1.zip | |
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.
llvm-svn: 136683
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 0b0377d8756..025f91a8f8d 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

