mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
Flesh out the Ada section a little.
llvm-svn: 65448
This commit is contained in:
parent
21bdbc2fe1
commit
3e50fc3451
@ -660,10 +660,14 @@ to lack of trampoline support (pointers to nested functions) on other platforms,
|
||||
however it <a href="http://llvm.org/PR2006">also fails to build on X86-64</a>
|
||||
which does support trampolines.</li>
|
||||
<li>The Ada front-end <a href="http://llvm.org/PR2007">fails to bootstrap</a>.
|
||||
This is due to lack of LLVM support for <tt>setjmp</tt>/<tt>longjmp</tt> style
|
||||
exception handling, which is used internally by the compiler.
|
||||
Workaround: configure with --disable-bootstrap.</li>
|
||||
<li>The c380004, <a href="http://llvm.org/PR2010">c393010</a>
|
||||
and <a href="http://llvm.org/PR2421">cxg2021</a> ACATS tests fail
|
||||
(c380004 also fails with gcc-4.2 mainline).</li>
|
||||
(c380004 also fails with gcc-4.2 mainline).
|
||||
If the compiler is built with checks disabled then <a href="http://llvm.org/PR2010">c393010</a>
|
||||
causes the compiler to go into an infinite loop, using up all system memory.</li>
|
||||
<li>Some gcc specific Ada tests continue to crash the compiler.</li>
|
||||
<li>The -E binder option (exception backtraces)
|
||||
<a href="http://llvm.org/PR1982">does not work</a> and will result in programs
|
||||
|
Loading…
Reference in New Issue
Block a user