Skip to content

Commit

Permalink
Added instructions for obtaining clang-tools-extra to the Getting Sta…
Browse files Browse the repository at this point in the history
…rted page.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316468 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Oct 24, 2017
1 parent 09a6989 commit b7f6ffb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down

0 comments on commit b7f6ffb

Please sign in to comment.