File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,22 @@ Non-comprehensive list of changes in this release
40
40
functionality, or simply have a lot to talk about), see the `NOTE` below
41
41
for adding a new subsection.
42
42
43
+ * As `discussed on the mailing list
44
+ <https://lists.llvm.org/pipermail/llvm-dev/2019-January/129452.html> `_,
45
+ building LLVM will soon require more recent toolchains as follows:
46
+
47
+ ============= ====
48
+ Clang 3.5
49
+ Apple Clang 6.0
50
+ GCC 5.1
51
+ Visual Studio 2017
52
+ ============= ====
53
+
54
+ A new CMake check when configuring LLVM provides a soft-error if your
55
+ toolchain will become unsupported soon. You can opt out of the soft-error by
56
+ setting the ``LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN `` CMake variable to
57
+ ``ON ``.
58
+
43
59
* The **llvm-cov ** tool can now export lcov trace files using the
44
60
`-format=lcov ` option of the `export ` command.
45
61
You can’t perform that action at this time.
0 commit comments