From daace1bb6b5e5275d3014c1614035a36e1ee9a84 Mon Sep 17 00:00:00 2001
From: Yury Gribov
Date: Tue, 15 Sep 2015 15:05:47 +0000
Subject: [PATCH] Mention that libcxx is required to build Compiler-RT tests on
OS X.
llvm-svn: 247696
---
clang/www/get_started.html | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 254745b82b5d..7716e8d4a452 100644
--- a/clang/www/get_started.html
+++ b/clang/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)