From 0f5b90c0cc37b44af23e36838ce2b634317b407d Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Sat, 12 Nov 2016 01:18:17 +0000 Subject: [PATCH] Add instructions in clang get_started page about working with a monorepo llvm-svn: 286696 --- clang/www/get_started.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 0592596..a8fe3c7 100644 --- a/clang/www/get_started.html +++ b/clang/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:

-- 2.7.4