From: Chris Lattner Date: Wed, 21 Sep 2005 03:56:26 +0000 (+0000) Subject: Recommend what I actually test X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e9967146adfae0b4ccab79401b638fdb09893fcf;p=oota-llvm.git Recommend what I actually test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23398 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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):