From: Sean Silva <chisophugis@gmail.com>
Date: Tue, 4 Aug 2015 03:12:33 +0000 (+0000)
Subject: [GettingStarted.rst] Commit the right patch.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=56880d0733c6b485b79e6b411d388cd9bc1f66bc;p=oota-llvm.git

[GettingStarted.rst] Commit the right patch.

Looks like the rebased version that Mehdi committed didn't incorporate
the latest changes.

Patch by Erik de Castro Lopo <erikd@mega-nerd.com>!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243942 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 18ddfa8cea3..fe6c1b67f1a 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -55,8 +55,7 @@ Here's the short story for getting up and running quickly with LLVM:
    * ``cd llvm/projects``
    * ``svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk compiler-rt``
 
-#. Checkout libcxx and libcxxabi (required if you want to use the sanitizers
-   on C++ code):
+#. Checkout libcxx and libcxxabi **[Optional]**:
 
    * ``cd where-you-want-llvm-to-live``
    * ``cd llvm/projects``
@@ -536,8 +535,7 @@ If you want to check out compiler-rt (required to build the sanitizers), run:
   % cd llvm/projects
   % git clone http://llvm.org/git/compiler-rt.git
 
-If you want to check out libcxx and libcxxabi (required if you want to use the
-sanitizers on C++ code), run:
+If you want to check out libcxx and libcxxabi (optional), run:
 
 .. code-block:: console