[llvm-commits] CVS: llvm/docs/GettingStarted.html

Misha Brukman brukman at cs.uiuc.edu
Wed Dec 22 23:15:07 PST 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.98 -> 1.99
---
Log message:

LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet


---
Diffs of the changes:  (+6 -1)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.98 llvm/docs/GettingStarted.html:1.99
--- llvm/docs/GettingStarted.html:1.98	Wed Dec 22 00:29:07 2004
+++ llvm/docs/GettingStarted.html	Thu Dec 23 01:14:56 2004
@@ -256,6 +256,11 @@
   <td>x86<sup>1</sup></td>
   <td>GCC</td>
 </tr>
+<tr>
+  <td>Linux</td>
+  <td>amd64<sup>3</sup></td>
+  <td>GCC</td>
+</tr>
 </table>
 
 <p>LLVM has partial support for the following platforms:</p>
@@ -1486,7 +1491,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/22 06:29:07 $
+  Last modified: $Date: 2004/12/23 07:14:56 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list