[llvm] r316468 - Added instructions for obtaining clang-tools-extra to the Getting Started page.
Aaron Ballman via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 10:28:39 PDT 2017
Author: aaronballman
Date: Tue Oct 24 10:28:39 2017
New Revision: 316468
URL: http://llvm.org/viewvc/llvm-project?rev=316468&view=rev
Log:
Added instructions for obtaining clang-tools-extra to the Getting Started page.
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=316468&r1=316467&r2=316468&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.rst (original)
+++ llvm/trunk/docs/GettingStarted.rst Tue Oct 24 10:28:39 2017
@@ -52,6 +52,12 @@ Here's the short story for getting up an
* ``cd llvm/tools``
* ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
+#. Checkout Extra Clang Tools **[Optional]**:
+
+ * ``cd where-you-want-llvm-to-live``
+ * ``cd llvm/tools/clang/tools``
+ * ``svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra``
+
#. Checkout LLD linker **[Optional]**:
* ``cd where-you-want-llvm-to-live``
More information about the llvm-commits
mailing list