From 6b943ff3a3f8617113ecbf611cf0f8957e4e19d2 Mon Sep 17 00:00:00 2001 From: Dimitry Andric 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/GettingStartedVS.html | 72 +++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) (limited to 'docs/GettingStartedVS.html') diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index 7c0bf007ec3a..6a604333c8f1 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -8,9 +8,9 @@ -
+

Getting Started with the LLVM System using Microsoft Visual Studio -

+
-

Written by: - Jeff Cohen -

+

Written by: The LLVM Team

-
+

Overview -

+ -
+

Welcome to LLVM on Windows! This document only covers LLVM on Windows using Visual Studio, not mingw or cygwin. In order to get started, you first need to @@ -72,25 +70,23 @@

- + -
+

Before you begin to use the LLVM system, review the requirements given below. This may save you some trouble by knowing ahead of time what hardware and software you will need.

-
- - + -
+

Any system that can adequately run Visual Studio .NET 2005 SP1 is fine. The LLVM source tree and object files, libraries and executables will consume @@ -99,8 +95,8 @@

- -
+

Software

+

You will need Visual Studio .NET 2005 SP1 or higher. The VS2005 SP1 beta and the normal VS2005 still have bugs that are not completely @@ -120,13 +116,15 @@

+
+ - + -
+

Here's the short story for getting up and running quickly with LLVM:

@@ -196,7 +194,9 @@
  • If %PATH% does not contain GnuWin32, you may specify LLVM_LIT_TOOLS_DIR on CMake for the path to GnuWin32.
  • -
  • You can run LLVM tests to build the project "check".
  • +
  • You can run LLVM tests by merely building the project + "check". The test results will be shown in the VS output + window.
@@ -215,25 +215,26 @@

Note that quite a few of these test will fail.

-
  • A specific test or test directory can be run with:
  • +
  • A specific test or test directory can be run with:
     % llvm-lit test/path/to/test
     
    - +
  • +
    - + -
    +
    1. First, create a simple C file, name it 'hello.c':

      @@ -318,12 +319,12 @@ int main() {
    - + -
    +

    If you are having problems building or using LLVM, or if you have any other general questions about LLVM, please consult the Frequently @@ -332,12 +333,12 @@ Asked Questions page.

    -
    +

    Links -

    + -
    +

    This document is just an introduction to how to use LLVM to do some simple things... there are many more interesting and complicated things @@ -361,9 +362,8 @@ out:

    Valid HTML 4.01 - Jeff Cohen
    - The LLVM Compiler Infrastructure
    - Last modified: $Date: 2011-02-20 16:34:12 +0100 (Sun, 20 Feb 2011) $ + The LLVM Compiler Infrastructure
    + Last modified: $Date: 2011-04-23 02:30:22 +0200 (Sat, 23 Apr 2011) $ -- cgit v1.3