From: Mehdi Amini Date: Sat, 12 Nov 2016 01:18:17 +0000 (+0000) Subject: Add instructions in clang get_started page about working with a monorepo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b99c1095d1e5f7e5fcaf1a0c2de54cd99259eb0c;p=clang 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 --- 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 LLVM Bugzilla.

On Unix-like Systems

+

Note: as an experimental setup, you can use a single checkout with all the projects, and an easy CMake invocation, see the LLVM Doc "For developers to work with a git monorepo"

+

If you would like to check out and build Clang, the current procedure is as follows: