diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 10396afd3072..a3014064b80d 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -404,10 +404,7 @@ The files are as follows, with *x.y* marking the version number: Checkout LLVM from Git ---------------------- -You can also checkout the source code for LLVM from Git. While the LLVM -project's official source-code repository is Subversion, we are in the process -of migrating to git. We currently recommend that all developers use Git for -day-to-day development. +You can also checkout the source code for LLVM from Git. .. note::