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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@255561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2015-12-14 22:26:28 +00:00
parent ed99798624
commit 8459d20624

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: