diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-02-28 11:11:41 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-02-28 11:11:41 +0000 |
| commit | e70016954bd0e5872648f5461a076af4efe00520 (patch) | |
| tree | 798b54085702915dc18488c842b44145ae08e6e7 /llvm/docs | |
| parent | b2719d48ab82a92b1dd8c65df15364e15470832a (diff) | |
| download | bcm5719-llvm-e70016954bd0e5872648f5461a076af4efe00520.tar.gz bcm5719-llvm-e70016954bd0e5872648f5461a076af4efe00520.zip | |
[docs] Fix 80-column wrap that I messed up.
llvm-svn: 202489
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/GettingStarted.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index b47c6ebb0a3..22813d2e4ee 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -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 |

