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

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 3 10:32:18 PST 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.121 -> 1.122
---
Log message:

Add more bison versions, thanks to Vladimir


---
Diffs of the changes:  (+2 -2)

 GettingStarted.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.121 llvm/docs/GettingStarted.html:1.122
--- llvm/docs/GettingStarted.html:1.121	Thu Nov  3 12:28:22 2005
+++ llvm/docs/GettingStarted.html	Thu Nov  3 12:32:06 2005
@@ -362,7 +362,7 @@
 
     <tr>
       <td><a href="http://www.gnu.org/software/bison/bison.html">Bison</a></td>
-      <td>1.28, 1.35, or 2.0</td>
+      <td>1.28, 1.35, 1.75, or 2.0 (not 1.85)</td>
       <td>YACC compiler</td>
     </tr>
 
@@ -1540,7 +1540,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: 2005/11/03 18:28:22 $
+  Last modified: $Date: 2005/11/03 18:32:06 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list