summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-11-12 01:18:17 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-11-12 01:18:17 +0000
commitb99c1095d1e5f7e5fcaf1a0c2de54cd99259eb0c (patch)
tree9720ed683caa5a94ddd95294aaf6b84a454355d8 /www/get_started.html
parenteb8ea39fcd6c5f7adf896a54aa972cf00372eb3f (diff)
Add instructions in clang get_started page about working with a monorepo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286696 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 05925969f8..a8fe3c717f 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -30,6 +30,8 @@ bugs in <a href="http://llvm.org/bugs/">LLVM Bugzilla</a>.</p>
<h3 id="buildNix">On Unix-like Systems</h3>
+<p>Note: as an experimental setup, you can use a <b>single checkout</b> with all the projects, and an <b>easy CMake invocation</b>, see the LLVM Doc "<a href="http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo">For developers to work with a git monorepo</a>"</p>
+
<p>If you would like to check out and build Clang, the current procedure is as
follows:</p>