diff options
| author | Nico Weber <thakis@chromium.org> | 2019-12-13 13:03:55 -0500 |
|---|---|---|
| committer | Nico Weber <thakis@chromium.org> | 2019-12-13 13:03:55 -0500 |
| commit | b5059421fd7c3799a25f589b4587d0bf8797b123 (patch) | |
| tree | 8d81260271bb4314cf547037a9a4b6eba42e7bcc | |
| parent | 1ef7c4269b453a98cada3ee3d29644e994fbc421 (diff) | |
| download | bcm5719-llvm-b5059421fd7c3799a25f589b4587d0bf8797b123.tar.gz bcm5719-llvm-b5059421fd7c3799a25f589b4587d0bf8797b123.zip | |
gn docs: remove obsolete reference to monorepo
| -rw-r--r-- | llvm/utils/gn/README.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/utils/gn/README.rst b/llvm/utils/gn/README.rst index bb0e0c7a5d5..74b4e88da4c 100644 --- a/llvm/utils/gn/README.rst +++ b/llvm/utils/gn/README.rst @@ -34,10 +34,8 @@ This is a `good overview of GN <https://docs.google.com/presentation/d/15Zwb53Jc Quick start =========== -GN only works in the monorepo layout. - #. ``git clone https://github.com/llvm/llvm-project.git; cd llvm-project`` if - you don't have a monorepo checkout yet. + you don't have a checkout yet. #. ``llvm/utils/gn/get.py`` to download a prebuilt gn binary if you're on a 64-bit X86 system running Linux, macOS, or Windows. `Build gn yourself |

