diff --git a/docs/Projects.html b/docs/Projects.html index 2debb6f7be1..b3b22b67380 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -31,15 +31,14 @@

For example, if the LLVM source tree is in - /usr/home/joe/src/llvm, and you configured it with - --with-objroot=/tmp when his home directory is - /usr/home/joe, then + /usr/home/joe/src/llvm, and you built LLVM in + /tmp/llvmobj, then LLVM_SRC_ROOT=/usr/home/joe/src/llvm and - LLVM_OBJ_ROOT=/tmp/src/llvm. + LLVM_OBJ_ROOT=/tmp/llvmobj.

  • - Add your source code to the source tree. + Add your source code to your source tree.

  • @@ -73,7 +72,7 @@ Libraries can be object files, archives, or dynamic libraries. The lib directory is just a good place for these as it places them all in a directory from which they can be linked - later on. + later.
    include
    @@ -203,19 +202,5 @@

    - -

    Caveats

    - - - Some caveats and known issues: -
      -
    1. - The projects system currently uses the $HOME environment - variable in determining where object files should go. If $HOME - is not set, then your path relative to the root directory may - be used to determine where your object files go. It is - therefore advised that your source directory reside underneath - your home directory. -