diff options
| author | Mehdi Amini <mehdi.amini@apple.com> | 2016-11-12 01:18:17 +0000 |
|---|---|---|
| committer | Mehdi Amini <mehdi.amini@apple.com> | 2016-11-12 01:18:17 +0000 |
| commit | 0f5b90c0cc37b44af23e36838ce2b634317b407d (patch) | |
| tree | b849faa5a60cad0a9f7059fc258ee6fb3121c817 | |
| parent | fbd2685c89b10f7b3371ef652931744cc5bcf442 (diff) | |
| download | bcm5719-llvm-0f5b90c0cc37b44af23e36838ce2b634317b407d.tar.gz bcm5719-llvm-0f5b90c0cc37b44af23e36838ce2b634317b407d.zip | |
Add instructions in clang get_started page about working with a monorepo
llvm-svn: 286696
| -rw-r--r-- | clang/www/get_started.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html index 05925969f87..a8fe3c717f8 100644 --- a/clang/www/get_started.html +++ b/clang/www/get_started.html @@ -30,6 +30,8 @@ bugs in <a href="http://llvm.org/bugs/">LLVM Bugzilla</a>.</p> <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> |

