[llvm-commits] CVS: llvm-www/status/index.html
Misha Brukman
brukman at cs.uiuc.edu
Thu Nov 20 15:09:03 PST 2003
Changes in directory llvm-www/status:
index.html updated: 1.30 -> 1.31
---
Log message:
XEmacs is getting closer to working, with xboard you no longer need to manually
specify libraries.
---
Diffs of the changes: (+21 -24)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.30 llvm-www/status/index.html:1.31
--- llvm-www/status/index.html:1.30 Thu Nov 20 14:57:42 2003
+++ llvm-www/status/index.html Thu Nov 20 15:07:55 2003
@@ -45,13 +45,29 @@
<th class="status">Status</th>
<th class="notes" width="30%">Notes</th>
</tr>
+<!-- xboard -->
+<tr>
+ <td class="program"><a
+ href="http://www.tim-mann.org/xboard.html">xboard</a></td>
+ <td class="version">4.2.6</td>
+ <td class="date">20 Nov 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td>Works well with Crafty, both compiled to LLVM!</td>
+</tr>
<!-- xemacs -->
<tr>
<td class="program"><a href="http://www.xemacs.org">xemacs</a></td>
<td class="version">21.5.14</td>
<td class="date">20 Nov 2003</td>
<td class="status"><span class="failure">FAILS</span></td>
- <td>See <strike><a href="PR143">bug 143</a></strike> for details.</td>
+ <td>We're close:
+<pre>
+./xemacs -nd -no-packages -batch -l
+/home/vadve/brukman/src/llvm-code/bad/xemacs-21.5.14/src/../lisp/update-elc.el
+
+Fatal error: assertion failed, file alloc.c, line 327, !in_malloc
+</pre>
+ </td>
</tr>
<!-- cgoban -->
<tr>
@@ -81,8 +97,7 @@
<td class="version">21.3</td>
<td class="date">19 Nov 2003</td>
<td class="status"><span class="failure">FAILS</span></td>
- <td>Running intermediate binary <tt>temacs</tt> results in a crash. See <a
- href="/PR140">bug 140</a> on what makes it even more annoying.</td>
+ <td>Running intermediate binary <tt>temacs</tt> results in a crash.</td>
</tr>
<!-- pine -->
<tr>
@@ -130,7 +145,8 @@
<td class="version">??</td>
<td class="date">18 Nov 2003</td>
<td class="status">???</td>
- <td>At least one bug fixed: <strike><a href="/PR125">bug 125</a></strike>.</td>
+ <td>At least one bug fixed: <strike><a href="/PR125">bug
+ 125</a></strike>.</td>
</tr>
<!-- webcpp -->
<tr>
@@ -375,25 +391,6 @@
<td class="status"></td>
<td>passes its own regression test suite</td>
</tr>
-<!-- xboard -->
-<tr>
- <td class="program"><a href="http://www.tim-mann.org/xboard.html">xboard</a></td>
- <td class="version">4.2.6</td>
- <td class="date"></td>
- <td class="status"></td>
- <td>requires a bunch of X libraries to link with, so the command line should be:
-<pre>
-lli -load=/usr/X11R6/lib/libXaw.so \
- -load=/usr/X11R6/lib/libXmu.so \
- -load=/usr/X11R6/lib/libXt.so \
- -load=/usr/X11R6/lib/libXext.so \
- -load=/usr/X11R6/lib/libXpm.so \
- -load=/usr/X11R6/lib/libSM.so \
- -load=/usr/X11R6/lib/libICE.so \
- -load=/usr/X11R6/lib/libX11.so \
- xboard.bc [xboard options]
-</pre></td>
-</tr>
<!-- screen -->
<tr>
<td class="program"><a
@@ -439,7 +436,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/20 20:57:42 $
+ Last modified: $Date: 2003/11/20 21:07:55 $
</div>
</body>
More information about the llvm-commits
mailing list