[PATCH] D16946: Add link to llvm git documentation, and recommend always building libcxx on OSX
don hinton via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 6 09:45:33 PST 2016
hintonda created this revision.
hintonda added a reviewer: mclow.lists.
hintonda added a subscriber: cfe-commits.
http://reviews.llvm.org/D16946
Files:
www/get_started.html
Index: www/get_started.html
===================================================================
--- www/get_started.html
+++ www/get_started.html
@@ -31,7 +31,7 @@
<h3 id="buildNix">On Unix-like Systems</h3>
<p>If you would like to check out and build Clang, the current procedure is as
-follows:</p>
+follows (instructions for using git can be found <a href="http://llvm.org/docs/GettingStarted.html#git-mirror">here</a>):</p>
<ol>
<li>Get the required tools.
@@ -76,7 +76,7 @@
<li><tt>cd ../..</tt></li>
</ul>
</li>
- <li>Checkout libcxx: (only required to build and run Compiler-RT tests on OS X, optional otherwise)
+ <li>Checkout libcxx: (recommended for OS X, and required to build and run Compiler-RT tests on OS X, optional otherwise)
<ul>
<li><tt>cd llvm/projects</tt></li>
<li><tt>svn co http://llvm.org/svn/llvm-project/libcxx/trunk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16946.47087.patch
Type: text/x-patch
Size: 880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160206/f2267a97/attachment.bin>
More information about the cfe-commits
mailing list