summaryrefslogtreecommitdiffstats
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
commitdaace1bb6b5e5275d3014c1614035a36e1ee9a84 (patch)
tree3bedd2eab74f170e3ac1a4ef250f3493db08bcf5
parentf979baabbbbce88513243e755185e6d284d7f082 (diff)
downloadbcm5719-llvm-daace1bb6b5e5275d3014c1614035a36e1ee9a84.tar.gz
bcm5719-llvm-daace1bb6b5e5275d3014c1614035a36e1ee9a84.zip
Mention that libcxx is required to build Compiler-RT tests on OS X.
llvm-svn: 247696
-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