mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-18 11:24:01 +00:00
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
This commit is contained in:
@ -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
|
<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
|
new exception handling system in LLVM 3.0, the <tt>unwind</tt> instruction
|
||||||
became obsolete.</li>
|
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>
|
<li>....</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user