README.md: Update Clang repository URLs

Change-Id: I5112052032e128144b346fac49076a458647f7db
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
Friedemann Kleint
2017-09-26 15:03:57 +02:00
parent 3ddba62aff
commit 3edc50a164

View File

@@ -242,14 +242,14 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
1. Clone LLVM and switch to a suitable branch 1. Clone LLVM and switch to a suitable branch
git clone http://llvm.org/git/llvm.git git clone https://git.llvm.org/git/llvm.git/
cd llvm cd llvm
git checkout release_39 git checkout release_39
2. Clone Clang into llvm/tools/clang and switch to a suitable branch 2. Clone Clang into llvm/tools/clang and switch to a suitable branch
cd tools cd tools
git clone http://llvm.org/git/clang.git git clone https://git.llvm.org/git/clang.git/
cd clang cd clang
git checkout release_39 git checkout release_39