From: Yury Gribov
Date: Tue, 15 Sep 2015 15:05:47 +0000 (+0000)
Subject: Mention that libcxx is required to build Compiler-RT tests on OS X.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e90b1c2398a42a851d38f602e90e90549a7ce85f;p=clang
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
---
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:
cd ../..
+ Checkout libcxx: (only required to build and run Compiler-RT tests on OS X, optional otherwise)
+
+ - cd llvm/projects
+ - svn co http://llvm.org/svn/llvm-project/libcxx/trunk
+ libcxx
+ - cd ../..
+
+
Build LLVM and Clang:
- mkdir build (in-tree build is not supported)