r286696 - Add instructions in clang get_started page about working with a monorepo

Mehdi Amini via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 11 17:18:17 PST 2016


Author: mehdi_amini
Date: Fri Nov 11 19:18:17 2016
New Revision: 286696

URL: http://llvm.org/viewvc/llvm-project?rev=286696&view=rev
Log:
Add instructions in clang get_started page about working with a monorepo

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=286696&r1=286695&r2=286696&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Fri Nov 11 19:18:17 2016
@@ -30,6 +30,8 @@ bugs in <a href="http://llvm.org/bugs/">
 
 <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>
 




More information about the cfe-commits mailing list