[llvm-commits] CVS: llvm-www/status/index.html
Misha Brukman
brukman at cs.uiuc.edu
Wed Nov 12 16:52:01 PST 2003
Changes in directory llvm-www/status:
index.html updated: 1.8 -> 1.9
---
Log message:
* Crafty works with LLVM!! It even works playing in XBoard!!
* Fix links to properly refer to patches
---
Diffs of the changes: (+21 -9)
Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.8 llvm-www/status/index.html:1.9
--- llvm-www/status/index.html:1.8 Sun Nov 2 21:40:42 2003
+++ llvm-www/status/index.html Wed Nov 12 16:51:33 2003
@@ -21,6 +21,17 @@
<th class="status">Status</th>
<th class="notes" width="30%">Notes</th>
</tr>
+<!-- crafty -->
+<tr>
+ <td class="program"><a href="http://www.limunltd.com/crafty/">crafty</a></td>
+ <td class="version">19.3</td>
+ <td class="date">12 Nov 2003</td>
+ <td class="status"><span class="success">WORKS</span></td>
+ <td>Apply this <a href="patches/crafty-19.3-llvm.patch">patch to the
+ Makefile</a>, then run <tt>make linux-llvm</tt> . Afterwards, run with
+ <pre>lli -load=/lib/libpthread.so.0 crafty.bc</pre>
+ Crafty has been successfully used with XBoard, both compiled with LLVM.</td>
+</tr>
<!-- DDD -->
<tr>
<td class="program"><a href="http://www.gnu.org/software/ddd/">ddd</a></td>
@@ -127,9 +138,9 @@
<td class="version">5.0</td>
<td class="date">15 Oct 2003</td>
<td class="status"><span class="success">WORKS</span></td>
- <td>apply this <a href="patches/coreutils-5.0-llvm">patch</a> <b>after</b>
- running <tt>./configure</tt> and it all compiles, however, with many warnings:
- <pre>gccld: Cannot find ypsec</pre>passes own tests.</td>
+ <td>apply this <a href="patches/coreutils-5.0-llvm.patch">patch</a>
+ <b>after</b> running <tt>./configure</tt> and it all compiles, however, with
+ many warnings: <pre>gccld: Cannot find ypsec</pre>passes own tests.</td>
</tr>
<!-- bison -->
<tr>
@@ -189,8 +200,8 @@
<td class="version">??</td>
<td class="date"></td>
<td class="status"></td>
- <td>apply this <a href="patches/siod.patch">Makefile patch</A> and then run
- <code><b>make linux_llvm</b></code></td>
+ <td>apply this <a href="patches/siod-llvm.patch">Makefile patch</A> and then
+ run <code><b>make linux_llvm</b></code></td>
</tr>
<!-- enscript -->
<tr>
@@ -291,13 +302,14 @@
</tr>
<!-- screen -->
<tr>
- <td class="program"><a href="http://www.gnu.org/software/screen/">screen</a></td>
+ <td class="program"><a
+ href="http://www.gnu.org/software/screen/">screen</a></td>
<td class="version">3.9.15</td>
<td class="date">29 Aug 2003</td>
<td class="status"></td>
- <td>Requires <a href="patches/screen-3.9.15-llvm">patch</a>. The issue with
- the types <tt>char*</tt> vs. <tt>unsigned char*</tt> has been resolved, and
- the patch has been accepted into screen</td>
+ <td>Requires <a href="patches/screen-3.9.15-llvm.patch">patch</a>. The issue
+ with the types <tt>char*</tt> vs. <tt>unsigned char*</tt> has been resolved,
+ and the patch has been accepted into screen</td>
</tr>
<!-- emacs -->
<tr>
More information about the llvm-commits
mailing list