Skip to content

Commit 6a57428

Browse files
committed
ReleaseNotes: remove in-progress warning, and minor tweaks
llvm-svn: 354326
1 parent 81717ef commit 6a57428

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
=======================================
2-
Clang 8.0.0 (In-Progress) Release Notes
3-
=======================================
1+
=========================
2+
Clang 8.0.0 Release Notes
3+
=========================
44

55
.. contents::
66
:local:
77
:depth: 2
88

99
Written by the `LLVM Team <https://llvm.org/>`_
1010

11-
.. warning::
12-
13-
These are in-progress notes for the upcoming Clang 8 release.
14-
Release notes for previous releases can be found on
15-
`the Download Page <https://releases.llvm.org/download.html>`_.
16-
1711
Introduction
1812
============
1913

@@ -30,11 +24,6 @@ For more information about Clang or LLVM, including information about the
3024
latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or the
3125
`LLVM Web Site <https://llvm.org>`_.
3226

33-
Note that if you are reading this file from a Subversion checkout or the
34-
main Clang web page, this document applies to the *next* release, not
35-
the current one. To see the release notes for a specific release, please
36-
see the `releases page <https://llvm.org/releases/>`_.
37-
3827
What's New in Clang 8.0.0?
3928
==========================
4029

@@ -50,7 +39,7 @@ Major New Features
5039
profile data captured for one version of a program to be applied
5140
when building another version where symbols have changed (for
5241
example, due to renaming a class or namespace).
53-
See the :doc:`UsersManual` for details.
42+
See the :ref:`UsersManual <profile_remapping>` for details.
5443

5544
Improvements to Clang's diagnostics
5645
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -138,7 +127,7 @@ New Compiler Flags
138127

139128
Clang has now options to filter or exclude some files when
140129
instrumenting for gcov-based profiling.
141-
See the :doc:`UsersManual` for details.
130+
See the `UsersManual <UsersManual.html#cmdoption-fprofile-filter-files>`_ for details.
142131

143132
- When using a custom stack alignment, the ``stackrealign`` attribute is now
144133
implicitly set on the main function.

clang/docs/UsersManual.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,6 +1799,8 @@ In these cases, you can use the flag ``-fno-profile-instr-generate`` (or
17991799
Note that these flags should appear after the corresponding profile
18001800
flags to have an effect.
18011801

1802+
.. _profile_remapping:
1803+
18021804
Profile remapping
18031805
^^^^^^^^^^^^^^^^^
18041806

0 commit comments

Comments
 (0)