1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Update instructions for using the experimental monorepo

llvm-svn: 302459
This commit is contained in:
Reid Kleckner 2017-05-08 19:45:57 +00:00
parent 5808c2f470
commit 09aa8a59fc

View File

@ -699,14 +699,14 @@ For developers to work with a git monorepo
.. note::
This set-up is using unofficial mirror hosted on GitHub, use with caution.
This set-up is using an unofficial mirror hosted on GitHub, use with caution.
To set up a clone of all the llvm projects using a unified repository:
.. code-block:: console
% export TOP_LEVEL_DIR=`pwd`
% git clone https://github.com/llvm-project/llvm-project/
% git clone https://github.com/llvm-project/llvm-project-20170507/
% cd llvm-project
% git config branch.master.rebase true