summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorYury Gribov <y.gribov@samsung.com>2015-09-15 15:05:47 +0000
committerYury Gribov <y.gribov@samsung.com>2015-09-15 15:05:47 +0000
commite90b1c2398a42a851d38f602e90e90549a7ce85f (patch)
treeebc45e159ecd3c98d85935f52865ec06ab47ba42 /www/get_started.html
parent24a60ad09d837637a4681d23a740be9b93831045 (diff)
Mention that libcxx is required to build Compiler-RT tests on OS X.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 254745b82b..7716e8d4a4 100644
--- a/www/get_started.html
+++ b/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>