aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@qt.io>2016-07-05 11:52:49 +0200
committerNikolai Kosjar <nikolai.kosjar@qt.io>2016-07-11 08:22:32 +0000
commit9650adad140dbcec0ee5f464c2bbcb9d9da05133 (patch)
treefe4a34e76c429ebf79a1c378726dbc4f6955f4b2 /README.md
parentbdff47afd52c450f161a7ea1214e3d44324cbb25 (diff)
Clang: Require at least LLVM 3.8.0
Change-Id: I2de3eef7bc06cba6298d64a9a042a01decc05384 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d48d5df651..eb98fd6cb4 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ Prerequisites:
* jom
* On Mac OS X: latest Xcode
* On Linux: g++ 4.7 or later
+* LLVM 3.8.0 or later for the Clang Code Model
The installed toolchains have to match the one Qt was compiled with.
@@ -116,7 +117,7 @@ For detailed information on the supported compilers, see
command...` error. If a `sh.exe` is found, the compile process will fail.
You have to remove it from the path.
- 10. To enable the Clang-based code model: Install Clang (>= version 3.6.2)
+ 10. To enable the Clang-based code model: Install Clang (>= version 3.8.0)
and set the environment variable LLVM_INSTALL_DIR to point to the
installation location.