mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
docs: Tweak wording.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114271 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2399786b27
commit
af3874d661
@ -40,9 +40,9 @@
|
|||||||
|
|
||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
|
|
||||||
<p>Welcome to LLVM on Windows! This document only covers native Windows, not
|
<p>Welcome to LLVM on Windows! This document only covers LLVM on Windows using
|
||||||
mingw or cygwin. In order to get started, you first need to know some basic
|
Visual Studio, not mingw or cygwin. In order to get started, you first need to
|
||||||
information.</p>
|
know some basic information.</p>
|
||||||
|
|
||||||
<p>There are many different projects that compose LLVM. The first is the LLVM
|
<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
|
suite. This contains all of the tools, libraries, and header files needed to
|
||||||
@ -52,14 +52,14 @@
|
|||||||
|
|
||||||
<p>Another useful project on Windows is
|
<p>Another useful project on Windows is
|
||||||
<a href="http://clang.llvm.org/">clang</a>. Clang is a C family
|
<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
|
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,
|
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
|
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
|
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>
|
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>
|
time.</p>
|
||||||
|
|
||||||
<p>Most of the tools build and work. <tt>bugpoint</tt> does build, but does
|
<p>Most of the tools build and work. <tt>bugpoint</tt> does build, but does
|
||||||
|
Loading…
Reference in New Issue
Block a user