Update paths in libc++ build instructions. Patch from Jonathan Anderson.

llvm-svn: 255561
This commit is contained in:
Eric Fiselier 2015-12-14 22:26:28 +00:00
parent d5262627eb
commit 08ce75b6c6
1 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@ The basic steps needed to build libc++ are:
#. Checkout libc++:
* ``cd where-you-want-llvm-to-live``
* ``cd llvm/tools``
* ``cd llvm/projects``
* ``svn co http://llvm.org/svn/llvm-project/libcxx/trunk libcxx``
#. Checkout libc++abi:
* ``cd where-you-want-llvm-to-live``
* ``cd llvm/projects``
* ``svn co http://llvm.org/svn/llvm-project/libc++abi libc++abi``
* ``svn co http://llvm.org/svn/llvm-project/libcxxabi/trunk libcxxabi``
#. Configure and build libc++ with libc++abi: