From e9493d330de67e56b2e4837371efda606f4f9e0f Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Fri, 16 Jun 2006 23:34:49 +0000 Subject: Include information of svn repository for llvm-gcc4. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28845 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CFEBuildInstrs.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/CFEBuildInstrs.html') diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index c354213687..c71d68b535 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -101,6 +101,22 @@ invalid code. Instead, use the system assembler and linker.

    +
  1. +

    Retrieve the appropriate llvm-gcc4-x.y.source.tar.gz archive from the llvm +web site.

    +

    It is also possible to download the sources of the llvm-gcc4 front end from +a read-only mirror using subversion. To check out the code the first time use; +

    + +svn co svn://anonsvn.opensource.apple.com/svn/llvm dst-directory + +

    After that, the code can be be updated in the destination directory using; +

    + +svn update + +

    The mirror is brought up to date every evening.

    +
  2. 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 -- cgit v1.2.3