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-Tag: llvmorg-4.0.0-rc1~4802 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f5b90c0cc37b44af23e36838ce2b634317b407d;p=platform%2Fupstream%2Fllvm.git Add instructions in clang get_started page about working with a monorepo llvm-svn: 286696 --- 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: