Added instructions for obtaining clang-tools-extra to the Getting Started page.

llvm-svn: 316468
This commit is contained in:
Aaron Ballman 2017-10-24 17:28:39 +00:00
parent 4953114db9
commit fc46ff8dfa
1 changed files with 6 additions and 0 deletions

View File

@ -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``