diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-09-18 08:32:32 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-09-18 08:32:32 +0000 |
commit | 65bd28db99ec6f5d6eff841398e3474ad63d7707 (patch) | |
tree | 9de86562f49b1b1bcc979afa927fe9e4b0c222f3 | |
parent | b339f3da0c1af81fb491461376bddd6029fd6b60 (diff) | |
download | bcm5719-llvm-65bd28db99ec6f5d6eff841398e3474ad63d7707.tar.gz bcm5719-llvm-65bd28db99ec6f5d6eff841398e3474ad63d7707.zip |
docs: Tweak wording.
llvm-svn: 114271
-rw-r--r-- | llvm/docs/GettingStartedVS.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html index e007ecaea78..96b7bfe928b 100644 --- a/llvm/docs/GettingStartedVS.html +++ b/llvm/docs/GettingStartedVS.html @@ -40,9 +40,9 @@ <div class="doc_text"> - <p>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.</p> + <p>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.</p> <p>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 @@ <p>Another useful project on Windows is <a href="http://clang.llvm.org/">clang</a>. 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 <tt>link.exe</tt></p> - <p>The LLVM test suite cannot be run on the Visual Studio port at this + <p>The large LLVM test suite cannot be run on the Visual Studio port at this time.</p> <p>Most of the tools build and work. <tt>bugpoint</tt> does build, but does |