[llvm-commits] CVS: llvm-www/safecode/downloads.html

John Criswell criswell at cs.uiuc.edu
Mon Jun 21 08:59:21 PDT 2010



Changes in directory llvm-www/safecode:

downloads.html updated: 1.7 -> 1.8
---
Log message:

Added directions for getting the version of SAFECode that works with
LLVM 2.7.


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

 downloads.html |   20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)


Index: llvm-www/safecode/downloads.html
diff -u llvm-www/safecode/downloads.html:1.7 llvm-www/safecode/downloads.html:1.8
--- llvm-www/safecode/downloads.html:1.7	Thu Jun 17 15:14:17 2010
+++ llvm-www/safecode/downloads.html	Mon Jun 21 10:59:08 2010
@@ -4,7 +4,7 @@
 
 <head>
 
-<meta name="Description" content="Information architecture, Web Design, Web Standards." />
+<meta name="Description" content="safecode, memory safety, download" />
 <meta name="Keywords" content="john criswell" />
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <meta name="Distribution" content="Global" />
@@ -48,8 +48,13 @@
         <hr>
 				
         <p>
-        SAFECode is available from the LLVM SVN repository.  You can download
-        it using the following command:
+        SAFECode is available from the LLVM SVN repository.  It currently works
+        with LLVM 2.6 and LLVM 2.7.
+        </p>
+
+        <p>
+        To get the version of SAFECode that works with LLVM 2.6, use the
+        following SVN command to check out the release_26 branch:
         </p>
 
         <p>
@@ -57,6 +62,15 @@
         </p>
 
         <p>
+        To get the version of SAFECode that works with LLVM 2.7, use the
+        following SVN command to check out mainline:
+        </p>
+
+        <p>
+        <tt>svn co http://llvm.org/svn/llvm-project/safecode/trunk safecode</tt>
+        </p>
+
+        <p>
         Directions on compiling and using SAFECode can be found in the
         <tt>safecode/docs</tt> directory in the source code.
 






More information about the llvm-commits mailing list