summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-21 03:56:26 +0000
committerChris Lattner <sabre@nondot.org>2005-09-21 03:56:26 +0000
commit993a2ec38c31ee3a25f09d2b021297c13cd0d5ff (patch)
tree0bab7eb039852b75392fa3daa9b444af839589c7 /llvm/docs/CFEBuildInstrs.html
parent6c701060535c4506a4b6c4a9743ff1dcea75c240 (diff)
downloadbcm5719-llvm-993a2ec38c31ee3a25f09d2b021297c13cd0d5ff.tar.gz
bcm5719-llvm-993a2ec38c31ee3a25f09d2b021297c13cd0d5ff.zip
Recommend what I actually test
llvm-svn: 23398
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
-rw-r--r--llvm/docs/CFEBuildInstrs.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html
index 6ed8aa6fda6..c0db7d618c3 100644
--- a/llvm/docs/CFEBuildInstrs.html
+++ b/llvm/docs/CFEBuildInstrs.html
@@ -103,7 +103,8 @@ invalid code. Instead, use the system assembler and linker.
<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>
OpenPOWER on IntegriCloud