From af3874d661953cfe51eb4339db8c540b569e7b4a Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sat, 18 Sep 2010 08:32:32 +0000 Subject: [PATCH] docs: Tweak wording. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114271 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStartedVS.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/GettingStartedVS.html b/docs/GettingStartedVS.html index e007ecaea78..96b7bfe928b 100644 --- a/docs/GettingStartedVS.html +++ b/docs/GettingStartedVS.html @@ -40,9 +40,9 @@
-

Welcome to LLVM on Windows! This document only covers native Windows, not - mingw or cygwin. In order to get started, you first need to know some basic - information.

+

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 + know some basic information.

There are many different projects that compose LLVM. The first is the LLVM suite. This contains all of the tools, libraries, and header files needed to @@ -52,14 +52,14 @@

Another useful project on Windows is clang. Clang is a C family - ([Objective]C/C++) compiler. Clang fully works on Windows, but does not + ([Objective]C/C++) compiler. Clang mostly works on Windows, but does not currently understand all of the Microsoft extensions to C and C++. Because of this, clang cannot parse the C++ standard library included with Visual Studio, nor parts of the Windows Platform SDK. However, most standard C programs do compile. Clang can be used to emit bitcode, directly emit object files or even linked executables using Visual Studio's link.exe

-

The LLVM test suite cannot be run on the Visual Studio port at this +

The large LLVM test suite cannot be run on the Visual Studio port at this time.

Most of the tools build and work. bugpoint does build, but does -- 2.34.1