X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=docs%2FGettingStartedVS.html;h=96b7bfe928b44fdb322af4c296aaafc3810172c8;hb=a75ce9f5d2236d93c117e861e60e6f3f748c9555;hp=e007ecaea786924b5b387b3caedfe93eb41568b1;hpb=e1630da3e94d071c419b3ff862c03b41abc4eb99;p=oota-llvm.git 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