[llvm-commits] CVS: llvm-www/status/index.html

Misha Brukman brukman at cs.uiuc.edu
Mon Oct 20 15:23:02 PDT 2003


Changes in directory llvm-www/status:

index.html updated: 1.1 -> 1.2

---
Log message:

Mutt doesn't quite handle suspend/resume under LLVM.


---
Diffs of the changes:  (+8 -3)

Index: llvm-www/status/index.html
diff -u llvm-www/status/index.html:1.1 llvm-www/status/index.html:1.2
--- llvm-www/status/index.html:1.1	Wed Oct 15 16:36:56 2003
+++ llvm-www/status/index.html	Mon Oct 20 15:21:57 2003
@@ -58,9 +58,11 @@
 <tr>
   <td class="program"><a href="http://www.mutt.org/">mutt</a></td>
   <td class="version">1.4.1i</td>
-  <td class="date">14 Oct 2003</td>
-  <td class="status"><span class="success">WORKS</span></td>
-  <td class="notes">Problem with linking: all globals are defined in
+  <td class="date">15 Oct 2003</td>
+  <td class="status"><span class="failure">FAILS</span></td>
+  <td class="notes">
+  <ul>
+  <li>Problem with linking: all globals are defined in
   <code>main.c</code> and <code>extern</code>ed everywhere else. Unfortunately,
   the global dead code elimination is eager to delete all those globals from
   <code>main.c</code> because they aren't used in that file. For now, the
@@ -75,6 +77,9 @@
   <code>-c</code> to make <code>main.s</code></li>
   <li><code>llvm-as < main.s | opt -funcresolve > main.o</code></li>
   <li><code>gmake     # re-link mutt</code>
+  </ol></li>
+  <li>Does not correctly handle suspend and resume.</li>
+  </ul>
   </td>
 </tr>
 <!-- siod -->





More information about the llvm-commits mailing list