diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index be67b6d025e..6af2e183f70 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -536,6 +536,9 @@ syntax, there are still significant gaps in that support.

  • The unwind instruction is now gone. With the introduction of the new exception handling system in LLVM 3.0, the unwind instruction became obsolete.
  • +
  • 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.
  • ....