summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2017-10-24 17:28:39 +0000
committerAaron Ballman <aaron@aaronballman.com>2017-10-24 17:28:39 +0000
commitfc46ff8dfa61aeac6de6e3e402af4124fafeebd9 (patch)
tree02f4d2f58552bdc76dd9cbfd5c807d0dcf920f68 /llvm/docs
parent4953114db9e2e40dd26d4fa244c40f2f2cf13c15 (diff)
downloadbcm5719-llvm-fc46ff8dfa61aeac6de6e3e402af4124fafeebd9.tar.gz
bcm5719-llvm-fc46ff8dfa61aeac6de6e3e402af4124fafeebd9.zip
Added instructions for obtaining clang-tools-extra to the Getting Started page.
llvm-svn: 316468
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/GettingStarted.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst
index 529bc6d034b..a90a4b05dd1 100644
--- a/llvm/docs/GettingStarted.rst
+++ b/llvm/docs/GettingStarted.rst
@@ -52,6 +52,12 @@ Here's the short story for getting up and running quickly with LLVM:
* ``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``
OpenPOWER on IntegriCloud