]> granicus.if.org Git - clang/commitdiff
Add instructions in clang get_started page about working with a monorepo
authorMehdi Amini <mehdi.amini@apple.com>
Sat, 12 Nov 2016 01:18:17 +0000 (01:18 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Sat, 12 Nov 2016 01:18:17 +0000 (01:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286696 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_started.html

index 05925969f8733acb1b27b59b79be5921e7b6f184..a8fe3c717f8c8b36ce64d8471900162e4c6b8c99 100644 (file)
@@ -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>