From e9967146adfae0b4ccab79401b638fdb09893fcf Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 21 Sep 2005 03:56:26 +0000
Subject: [PATCH] Recommend what I actually test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23398 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CFEBuildInstrs.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index 6ed8aa6fda6..c0db7d618c3 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -103,7 +103,8 @@ invalid code. Instead, use the system assembler and linker.
Configure and build the LLVM libraries and tools. There are two ways to
do this: either with objdir == srcdir or
objdir != srcdir. It is recommended
-that srcdir not be the same as objdir:
+that srcdir be the same as objdir for your LLVM tree (but note
+that you should always use srcdir != objdir for llvm-gcc):
- With objdir != srcdir:
% cd objdir