Skip to content

Commit 79a42b6

Browse files
committed
docs: Remove in-progress warning
llvm-svn: 354320
1 parent e3d91da commit 79a42b6

File tree

2 files changed

+21
-29
lines changed

2 files changed

+21
-29
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ LLVM 8.0.0 Release Notes
55
.. contents::
66
:local:
77

8-
.. warning::
9-
These are in-progress notes for the upcoming LLVM 8 release.
10-
Release notes for previous releases can be found on
11-
`the Download Page <https://releases.llvm.org/download.html>`_.
12-
13-
148
Introduction
159
============
1610

@@ -31,6 +25,25 @@ LLVM web page, this document applies to the *next* release, not the current
3125
one. To see the release notes for a specific release, please see the `releases
3226
page <https://llvm.org/releases/>`_.
3327

28+
Minimum Required Compiler Version
29+
=================================
30+
As `discussed on the mailing list
31+
<https://lists.llvm.org/pipermail/llvm-dev/2019-January/129452.html>`_,
32+
building LLVM will soon require more recent toolchains as follows:
33+
34+
============= ====
35+
Clang 3.5
36+
Apple Clang 6.0
37+
GCC 5.1
38+
Visual Studio 2017
39+
============= ====
40+
41+
A new CMake check when configuring LLVM provides a soft-error if your
42+
toolchain will become unsupported soon. You can opt out of the soft-error by
43+
setting the ``LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN`` CMake variable to
44+
``ON``.
45+
46+
3447
Non-comprehensive list of changes in this release
3548
=================================================
3649
.. NOTE
@@ -40,27 +53,11 @@ Non-comprehensive list of changes in this release
4053
functionality, or simply have a lot to talk about), see the `NOTE` below
4154
for adding a new subsection.
4255
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-
5956
* The **llvm-cov** tool can now export lcov trace files using the
6057
`-format=lcov` option of the `export` command.
6158

62-
* The add_llvm_loadable_module CMake macro has been removed. The
63-
add_llvm_library macro with the MODULE argument now provides the same
59+
* The ``add_llvm_loadable_module`` CMake macro has been removed. The
60+
``add_llvm_library`` macro with the ``MODULE`` argument now provides the same
6461
functionality. See `Writing an LLVM Pass
6562
<WritingAnLLVMPass.html#setting-up-the-build-environment>`_.
6663

llvm/docs/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
Overview
22
========
33

4-
.. warning::
5-
6-
If you are using a released version of LLVM, see `the download page
7-
<http://llvm.org/releases/>`_ to find your documentation.
8-
94
The LLVM compiler infrastructure supports a wide range of projects, from
105
industrial strength compilers to specialized JIT applications to small
116
research projects.

0 commit comments

Comments
 (0)