[llvm] r243942 - [GettingStarted.rst] Commit the right patch.

Sean Silva chisophugis at gmail.com
Mon Aug 3 20:12:33 PDT 2015


Author: silvas
Date: Mon Aug  3 22:12:33 2015
New Revision: 243942

URL: http://llvm.org/viewvc/llvm-project?rev=243942&view=rev
Log:
[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 at mega-nerd.com>!

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=243942&r1=243941&r2=243942&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Mon Aug  3 22:12:33 2015
@@ -55,8 +55,7 @@ Here's the short story for getting up an
    * ``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 (re
   % 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
 





More information about the llvm-commits mailing list