aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2018-10-12 01:27:55 +0300
committerOrgad Shaneh <orgads@gmail.com>2018-10-18 07:51:56 +0000
commit14d1cffe1ef5bd454db90c998f93e058a25286a1 (patch)
tree0c7d8f75d324f008e99c9a6304623b85632be2a7 /README.md
parent4656446ab42f7f62087ddfe0f878359f19e7b1c5 (diff)
README: Adapt to clang submodules
Change-Id: I518b3b3d48b24de28b253188e78665ef299cde9f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 7306a91cb6..7ecc65bf1b 100644
--- a/README.md
+++ b/README.md
@@ -255,13 +255,9 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
1. Clone LLVM and checkout a suitable branch
- git clone -b release_60-based https://code.qt.io/clang/llvm
+ git clone -b release_70-based --recursive https://code.qt.io/clang/llvm
- 2. Clone Clang into llvm/tools/clang and checkout a suitable branch
-
- git clone -b release_60-based https://code.qt.io/clang/clang llvm/tools/clang
-
- 3. Build and install LLVM/Clang
+ 2. Build and install LLVM/Clang
mkdir build
cd build