[llvm-commits] CVS: llvm-www/status/index.html
Misha Brukman
brukman at cs.uiuc.edu
Fri Nov 14 12:39:02 PST 2003
Changes in directory llvm-www/status:
index.html updated: 1.14 -> 1.15
---
Log message:
tcsh and glib aren't yet compileable by LLVM.
---
Diffs of the changes: (+26 -13)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.14 llvm-www/status/index.html:1.15
--- llvm-www/status/index.html:1.14 Fri Nov 14 12:23:59 2003
+++ llvm-www/status/index.html Fri Nov 14 12:38:01 2003
@@ -63,6 +63,23 @@
<td class="status"><span class="failure">FAILS</span></td>
<td>See <a href="http://llvm.cs.uiuc.edu/PR6">bug #6</a> for details.</td>
</tr>
+<!-- glib -->
+<tr>
+ <td class="program"><a href="http://www.gtk.org">glib</a></td>
+ <td class="version">2.2.2</td>
+ <td class="date">13 Nov 2003</td>
+ <td class="status"><span class="failure">FAILS</span></td>
+ <td>See <a href="http://llvm.cs.uiuc.edu/PR113">bug #113</a> for details.</td>
+</tr>
+<!-- tcsh -->
+<tr>
+ <td class="program"><a href="http://www.tcsh.org">tcsh</a></td>
+ <td class="version">6.12.00</td>
+ <td class="date">13 Nov 2003</td>
+ <td class="status"><span class="failure">FAILS</span></td>
+ <td>Inexplicably crashes in the JIT immediately soon start-up. Not yet
+ investigated.</td>
+</tr>
<!-- pine -->
<tr>
<td class="program"><a href="http://www.washington.edu/pine/">pine</a></td>
@@ -137,14 +154,14 @@
<td class="version">5.06</td>
<td class="date">12 Nov 2003</td>
<td class="status"><span class="failure">FAILS</span></td>
- <td>Requires several libraries, run with:<br>
-<pre>lli -load=/lib/libpthread.so.0 \
- -load=/usr/lib/libncurses.so \
- -load=/usr/lib/libreadline.so \
- gnuchess.bc [gnuchess options]</pre>
-
- Does not seem to work on the command line or with xboard.
- </td>
+ <td>Requires several libraries, run with:
+<pre>
+lli -load=/lib/libpthread.so.0 \
+ -load=/usr/lib/libncurses.so \
+ -load=/usr/lib/libreadline.so \
+ gnuchess.bc [gnuchess options]
+</pre>
+ Does not seem to work on the command line or with xboard.</td>
</tr>
<!-- crafty -->
<tr>
@@ -363,8 +380,6 @@
</table>
<!--
-<a href="http://www.gnu.org/software/ddd/">ddd-3.7.7</a> - requires C++
-support</li>
<a href="http://www.octave.org">octave-2.0.9</a> - requires C++ support</li>
<a href="http://www.gnu.org/software/gdb/">gdb-5.3</a> - configure: error:
@@ -376,8 +391,6 @@
realloc: called with unallocated block argument
last command: (null)
</pre></li>
-<li> - integral constant out
-of range, test case in CVS (CFE) (29 Aug 2003)</li>
</ul>
-->
@@ -389,7 +402,7 @@
<address><a href="http://misha.brukman.net">Misha Brukman</a></address>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
- Last modified: $Date: 2003/11/14 18:23:59 $
+ Last modified: $Date: 2003/11/14 18:38:01 $
</div>
</body>
More information about the llvm-commits
mailing list