Skip to content

Commit 0cbe0b9

Browse files
committed
ReleaseNotes about the toolchain version cmake check
Based on text from JF! llvm-svn: 353808
1 parent e055d7f commit 0cbe0b9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@ Non-comprehensive list of changes in this release
4040
functionality, or simply have a lot to talk about), see the `NOTE` below
4141
for adding a new subsection.
4242
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+
4359
* The **llvm-cov** tool can now export lcov trace files using the
4460
`-format=lcov` option of the `export` command.
4561

0 commit comments

Comments
 (0)