[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Sep 20 20:56:38 PDT 2005
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.52 -> 1.53
---
Log message:
Recommend what I actually test
---
Diffs of the changes: (+3 -2)
CFEBuildInstrs.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.52 llvm/docs/CFEBuildInstrs.html:1.53
--- llvm/docs/CFEBuildInstrs.html:1.52 Tue Jun 14 02:29:50 2005
+++ llvm/docs/CFEBuildInstrs.html Tue Sep 20 22:56:26 2005
@@ -103,7 +103,8 @@
<li><p>Configure and build the LLVM libraries and tools. There are two ways to
do this: either with <i>objdir</i> == <i>srcdir</i> or
<i>objdir</i> != <i>srcdir</i>. It is recommended
-that <i>srcdir</i> not be the same as <i>objdir</i>:</p>
+that <i>srcdir</i> be the same as <i>objdir</i> for your LLVM tree (but note
+that you should always use <i>srcdir</i> != <i>objdir</i> for llvm-gcc):</p>
<ul>
<li>With <i>objdir</i> != <i>srcdir</i>:<pre>
% cd <i>objdir</i>
@@ -355,7 +356,7 @@
Brian Gaeke<br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/06/14 07:29:50 $
+ Last modified: $Date: 2005/09/21 03:56:26 $
</address>
</body>
More information about the llvm-commits
mailing list