summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2020-07-13 16:58:04 +0300
committerOrgad Shaneh <orgads@gmail.com>2020-07-14 08:15:25 +0000
commitb4d5ab2fb5eb67891e71d72950d68f4017b2f49e (patch)
tree5bac49ff4755db05c67227c6da7c5f6f70d53e39 /README.md
parenteac46f7f24169dc5a1052a9c6c20b90e00147355 (diff)
downloadqt-creator-b4d5ab2fb5eb67891e71d72950d68f4017b2f49e.tar.gz
README: Bump LLVM version in build instructions
Change-Id: I3321d422f109f8f9c96adef2f944415ce2ec9569 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a686b0c681..725744339c 100644
--- a/README.md
+++ b/README.md
@@ -258,7 +258,7 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
1. Clone LLVM/Clang and checkout a suitable branch
- git clone -b release_80-based --recursive https://code.qt.io/clang/llvm-project.git
+ git clone -b release_100-based --recursive https://code.qt.io/clang/llvm-project.git
2. Build and install LLVM/Clang
@@ -278,7 +278,7 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
For Windows:
cmake ^
- -G "NMake Makefiles JOM" ^
+ -G Ninja ^
-D CMAKE_BUILD_TYPE=Release ^
-D LLVM_ENABLE_RTTI=ON ^
-D LLVM_ENABLE_PROJECTS="clang;clang-tools-extra" ^
@@ -290,7 +290,7 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
The ClangFormat plugin depends on the additional patch
- https://code.qt.io/cgit/clang/clang.git/commit/?h=release_80-based&id=fa1b9053729ec6a4425a44ec5502dd388928274a
+ https://code.qt.io/cgit/clang/llvm-project.git/commit/?h=release_100-based&id=9b992a0f7f160dd6c75f20a4dcfcf7c60a4894df
While the plugin builds without it, it will be disabled on start with an error message.