diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-21 03:56:26 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-21 03:56:26 +0000 |
commit | e9967146adfae0b4ccab79401b638fdb09893fcf (patch) | |
tree | 2a88b31d5772327d47713f6b0ac41805e8a6f586 | |
parent | e9487f0dc8c6d15cb257d5b49fa96ed436d32f5f (diff) | |
download | external_llvm-e9967146adfae0b4ccab79401b638fdb09893fcf.zip external_llvm-e9967146adfae0b4ccab79401b638fdb09893fcf.tar.gz external_llvm-e9967146adfae0b4ccab79401b638fdb09893fcf.tar.bz2 |
Recommend what I actually test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23398 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CFEBuildInstrs.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 6ed8aa6..c0db7d6 100644 --- a/docs/CFEBuildInstrs.html +++ b/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> |