[llvm-commits] [hlvm] r38151 - in /hlvm/trunk/docs: GettingStarted.html hlvm.css

Reid Spencer reid at x10sys.com
Sat Jul 7 17:00:29 PDT 2007


Author: reid
Date: Sat Jul  7 19:00:29 2007
New Revision: 38151

URL: http://llvm.org/viewvc/llvm-project?rev=38151&view=rev
Log:
Add a note about the required version of LLVM (from CVS)

Modified:
    hlvm/trunk/docs/GettingStarted.html
    hlvm/trunk/docs/hlvm.css

Modified: hlvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/GettingStarted.html?rev=38151&r1=38150&r2=38151&view=diff

==============================================================================
--- hlvm/trunk/docs/GettingStarted.html (original)
+++ hlvm/trunk/docs/GettingStarted.html Sat Jul  7 19:00:29 2007
@@ -140,7 +140,7 @@
     <tr><th>Package</th><th>Version</th><th>Notes</th></tr>
     <tr>
       <td><a href="http://llvm.org/">LLVM</a></td>
-      <td>1.7</td>
+      <td>1.8cvs<a href="#sf2"><sup>2</sup></a></td>
       <td>optimization, code generation, bytecode, JIT</td>
     </tr>
     <tr>
@@ -196,6 +196,9 @@
   <ol>
     <li><a name="sf1">Only needed if you want to run the automated test 
       suite in the <tt>hlvm/test</tt> directory.</a></li>
+    <li><a name="sf2">Certain LLVM tools are being modified to accommodate HLVM
+      as it progresses. Until this development slows you are urged to obtain
+      LLVM from the CVS sources and keep it up to date.</li>
   </ol>
   </div>
   

Modified: hlvm/trunk/docs/hlvm.css
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/hlvm.css?rev=38151&r1=38150&r2=38151&view=diff

==============================================================================
--- hlvm/trunk/docs/hlvm.css (original)
+++ hlvm/trunk/docs/hlvm.css Sat Jul  7 19:00:29 2007
@@ -127,7 +127,7 @@
 .warning { color: red; font-weight: bold; }
 .text    { text-align: left; padding-left: 20pt; padding-right: 10pt }
 .hilite  { color: blue; font-weight: bold; }
-.notes   { background: #fafafa; border: 1px solid #cecece; padding: 1em }
+.notes   { background: #fafafa; border: 1px solid #cecece; padding: 0.5em }
 .title,.section { 
   margin-left: 0.1em;
   margin-top: 24pt;





More information about the llvm-commits mailing list