[llvm-commits] CVS: llvm-www/status/index.html
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 13:29:01 PDT 2003
Changes in directory llvm-www/status:
index.html updated: 1.2 -> 1.3
---
Log message:
Apache now runs under the JIT (although not thouroughly tested).
I think this'll make some people happy.
:)
---
Diffs of the changes: (+9 -0)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.2 llvm-www/status/index.html:1.3
--- llvm-www/status/index.html:1.2 Mon Oct 20 15:21:57 2003
+++ llvm-www/status/index.html Tue Oct 21 13:28:02 2003
@@ -221,6 +221,15 @@
<td class="status"><span class="failure">FAILS</span></td>
<td>miniruby: WARNING: cannot resolve `__builtin_frame_address'</td>
</tr>
+<!-- Apache -->
+<tr>
+ <td class="program"><a href="http://www.apache.org">Apache Web Server</a></td>
+ <td class="version">1.3.28</td>
+ <td class="date">21 Oct 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td>Spurious warnings about not finding libcrypt from gccld</td>
+</tr>
+
<!-- -->
<tr>
<td></td>
More information about the llvm-commits
mailing list