From 2b066988909948dc3d53d01760bc2d71d32f3feb Mon Sep 17 00:00:00 2001 From: dim Date: Mon, 2 May 2011 19:34:44 +0000 Subject: Vendor import of llvm trunk r130700: http://llvm.org/svn/llvm-project/llvm/trunk@130700 --- docs/Projects.html | 74 +++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) (limited to 'docs/Projects.html') diff --git a/docs/Projects.html b/docs/Projects.html index 76da086..3c6d4ad 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -7,7 +7,7 @@ -
Creating an LLVM Project
+

Creating an LLVM Project

  1. Overview
  2. @@ -30,10 +30,10 @@ - +

    Overview

    -
    +

    The LLVM build system is designed to facilitate the building of third party projects that use LLVM header files, libraries, and tools. In order to use @@ -73,12 +73,12 @@ provide enough information on how to write your own Makefiles.

    - + -
    +

    Follow these simple steps to start your project:

    @@ -145,12 +145,12 @@ project should build.

    - + -
    +

    In order to use the LLVM build system, you will want to organize your source code so that it can benefit from the build system's features. @@ -230,26 +230,24 @@ your tools directory.

    - + -
    +

    The LLVM build system provides a convenient way to build libraries and executables. Most of your project Makefiles will only need to define a few variables. Below is a list of the variables one can set and what they can do:

    -
    - - + -
    +
    LEVEL @@ -263,11 +261,11 @@ do:

    - + -
    +
    DIRS @@ -294,11 +292,11 @@ do:

    - + -
    +
    LIBRARYNAME @@ -325,11 +323,11 @@ do:

    - + -
    +
    TOOLNAME @@ -368,11 +366,11 @@ do:

    - + -
    +
    ExtraSource @@ -398,13 +396,15 @@ do:

    +
    + - + -
    +

    The final location of built libraries and executables will depend upon whether you do a Debug, Release, or Profile build.

    @@ -427,12 +427,12 @@ whether you do a Debug, Release, or Profile build.

    - + -
    +

    If you have any questions or need any help creating an LLVM project, the LLVM team would be more than happy to help. You can always post your @@ -451,9 +451,9 @@ Mailing List.

    src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01"> John Criswell
    - The LLVM Compiler Infrastructure + The LLVM Compiler Infrastructure
    - Last modified: $Date: 2010-05-07 02:28:04 +0200 (Fri, 07 May 2010) $ + Last modified: $Date: 2011-04-23 02:30:22 +0200 (Sat, 23 Apr 2011) $ -- cgit v1.1