Add instructions in clang get_started page about working with a monorepo

llvm-svn: 286696
This commit is contained in:
Mehdi Amini 2016-11-12 01:18:17 +00:00
parent fbd2685c89
commit 0f5b90c0cc
1 changed files with 2 additions and 0 deletions

View 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>