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

John Criswell criswell at cs.uiuc.edu
Wed Dec 1 06:12:45 PST 2004



Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.30 -> 1.31
---
Log message:

Fixed pathname to LLVM tools.
Thanks to Vladimir Merzliakov for finding this.


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

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.30 llvm/docs/CFEBuildInstrs.html:1.31
--- llvm/docs/CFEBuildInstrs.html:1.30	Tue Nov 30 23:15:44 2004
+++ llvm/docs/CFEBuildInstrs.html	Wed Dec  1 08:12:30 2004
@@ -106,7 +106,7 @@
 
 <li><p>Add the directory containing the tools to your PATH.</p>
 <pre>
- % set path = ( `cd llvm/tools/Debug && pwd` $path )
+ % set path = ( `cd llvm/Debug/bin && pwd` $path )
 </pre></li>
 
 <li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>
@@ -333,7 +333,7 @@
 
   Brian Gaeke<br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/12/01 05:15:44 $
+  Last modified: $Date: 2004/12/01 14:12:30 $
 </address>
 
 </body>






More information about the llvm-commits mailing list