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

Chandler Carruth chandlerc at gmail.com
Fri Feb 28 03:11:41 PST 2014


Author: chandlerc
Date: Fri Feb 28 05:11:41 2014
New Revision: 202489

URL: http://llvm.org/viewvc/llvm-project?rev=202489&view=rev
Log:
[docs] Fix 80-column wrap that I messed up.

Modified:
    llvm/trunk/docs/GettingStarted.rst

Modified: llvm/trunk/docs/GettingStarted.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=202489&r1=202488&r2=202489&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Fri Feb 28 05:11:41 2014
@@ -278,11 +278,11 @@ of writing, this breaks LLD build.
 Getting a Modern Host C++ Toolchain
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-This section mostly applies to Linux and older BSDs. On Mac OS X, you should have
-a sufficiently modern Xcode, or you will likely need to upgrade until you do.
-On Windows, just use Visual Studio 2012 as the host compiler, it is explicitly
-supported and widely available. FreeBSD 10.0 and newer have a modern Clang as
-the system compiler.
+This section mostly applies to Linux and older BSDs. On Mac OS X, you should
+have a sufficiently modern Xcode, or you will likely need to upgrade until you
+do. On Windows, just use Visual Studio 2012 as the host compiler, it is
+explicitly supported and widely available. FreeBSD 10.0 and newer have a modern
+Clang as the system compiler.
 
 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





More information about the llvm-commits mailing list