[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 11 13:17:42 PST 2005
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.43 -> 1.44
---
Log message:
Slightly expand on the instructions.
---
Diffs of the changes: (+4 -2)
CFEBuildInstrs.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.43 llvm/docs/CFEBuildInstrs.html:1.44
--- llvm/docs/CFEBuildInstrs.html:1.43 Fri Dec 31 13:48:59 2004
+++ llvm/docs/CFEBuildInstrs.html Fri Feb 11 15:17:26 2005
@@ -126,7 +126,9 @@
% set path = ( `cd llvm/Debug/bin && pwd` $path )
</pre></li>
-<li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>
+<li><p>Unpack the C/C++ front-end source into cfrontend/src, either by
+ untar'ing an llvm-gcc.tar.gz file or checking out CVS into this
+ directory.</p></li>
<li><p>Make "build" and "install" directories as siblings of the "src" tree.</p>
<pre>
@@ -343,7 +345,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/31 19:48:59 $
+ Last modified: $Date: 2005/02/11 21:17:26 $
</address>
</body>
More information about the llvm-commits
mailing list