summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/www/get_started.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 254745b82b5..7716e8d4a45 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -76,6 +76,14 @@ follows:</p>
<li><tt>cd ../..</tt></li>
</ul>
</li>
+ <li>Checkout libcxx: (only 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
+ libcxx</tt></li>
+ <li><tt>cd ../..</tt></li>
+ </ul>
+ </li>
<li>Build LLVM and Clang:
<ul>
<li><tt>mkdir build</tt> (in-tree build is not supported)</li>
OpenPOWER on IntegriCloud