summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2012-04-26 20:10:07 +0000
committerJoerg Sonnenberger <joerg@bec.de>2012-04-26 20:10:07 +0000
commitdba86d8ec204a90bc3f129ffde833242cf58b90c (patch)
tree4a6a06468817f8211c55749e3a5f55b4c3eaadf6 /docs/ReleaseNotes.html
parentc573b1f7ae7ea3bf3757a383a46e9d4426de013e (diff)
downloadllvm-dba86d8ec204a90bc3f129ffde833242cf58b90c.tar.gz
llvm-dba86d8ec204a90bc3f129ffde833242cf58b90c.tar.bz2
llvm-dba86d8ec204a90bc3f129ffde833242cf58b90c.tar.xz
Add note about returns_twice magic removal from LLVM itself.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index be67b6d025..6af2e183f7 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -536,6 +536,9 @@ syntax, there are still significant gaps in that support.</p>
<li>The <tt>unwind</tt> instruction is now gone. With the introduction of the
new exception handling system in LLVM 3.0, the <tt>unwind</tt> instruction
became obsolete.</li>
+ <li>LLVM 3.0 and earlier automatically added the returns_twice fo functions
+ like setjmp based on the name. This functionality was removed in 3.1.
+ This affects Clang users, if -ffreestanding is used.</li>
<li>....</li>
</ul>