[docs] Fix 80-column wrap that I messed up.

llvm-svn: 202489
This commit is contained in:
Chandler Carruth 2014-02-28 11:11:41 +00:00
parent b2719d48ab
commit e70016954b
1 changed files with 5 additions and 5 deletions

View File

@ -278,11 +278,11 @@ of writing, this breaks LLD build.
Getting a Modern Host C++ Toolchain Getting a Modern Host C++ Toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This section mostly applies to Linux and older BSDs. On Mac OS X, you should have This section mostly applies to Linux and older BSDs. On Mac OS X, you should
a sufficiently modern Xcode, or you will likely need to upgrade until you do. have a sufficiently modern Xcode, or you will likely need to upgrade until you
On Windows, just use Visual Studio 2012 as the host compiler, it is explicitly do. On Windows, just use Visual Studio 2012 as the host compiler, it is
supported and widely available. FreeBSD 10.0 and newer have a modern Clang as explicitly supported and widely available. FreeBSD 10.0 and newer have a modern
the system compiler. Clang as the system compiler.
However, some Linux distributions and some other or older BSDs sometimes have However, some Linux distributions and some other or older BSDs sometimes have
extremely old versions of GCC. These steps attempt to help you upgrade you extremely old versions of GCC. These steps attempt to help you upgrade you