From b99c1095d1e5f7e5fcaf1a0c2de54cd99259eb0c 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
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286696 91177308-0d34-0410-b5e6-96231b3b80d8
---
www/get_started.html | 2 ++
1 file changed, 2 insertions(+)
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:
--
2.50.1