[llvm-branch-commits] [cfe-branch] r354326 - ReleaseNotes: remove in-progress warning, and minor tweaks
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 19 05:53:16 PST 2019
Author: hans
Date: Tue Feb 19 05:53:16 2019
New Revision: 354326
URL: http://llvm.org/viewvc/llvm-project?rev=354326&view=rev
Log:
ReleaseNotes: remove in-progress warning, and minor tweaks
Modified:
cfe/branches/release_80/docs/ReleaseNotes.rst
cfe/branches/release_80/docs/UsersManual.rst
Modified: cfe/branches/release_80/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_80/docs/ReleaseNotes.rst?rev=354326&r1=354325&r2=354326&view=diff
==============================================================================
--- cfe/branches/release_80/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_80/docs/ReleaseNotes.rst Tue Feb 19 05:53:16 2019
@@ -1,6 +1,6 @@
-=======================================
-Clang 8.0.0 (In-Progress) Release Notes
-=======================================
+=========================
+Clang 8.0.0 Release Notes
+=========================
.. contents::
:local:
@@ -8,12 +8,6 @@ Clang 8.0.0 (In-Progress) Release Notes
Written by the `LLVM Team <https://llvm.org/>`_
-.. warning::
-
- These are in-progress notes for the upcoming Clang 8 release.
- Release notes for previous releases can be found on
- `the Download Page <https://releases.llvm.org/download.html>`_.
-
Introduction
============
@@ -30,11 +24,6 @@ For more information about Clang or LLVM
latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or the
`LLVM Web Site <https://llvm.org>`_.
-Note that if you are reading this file from a Subversion checkout or the
-main Clang web page, this document applies to the *next* release, not
-the current one. To see the release notes for a specific release, please
-see the `releases page <https://llvm.org/releases/>`_.
-
What's New in Clang 8.0.0?
==========================
@@ -50,7 +39,7 @@ Major New Features
profile data captured for one version of a program to be applied
when building another version where symbols have changed (for
example, due to renaming a class or namespace).
- See the :doc:`UsersManual` for details.
+ See the :ref:`UsersManual <profile_remapping>` for details.
Improvements to Clang's diagnostics
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -138,7 +127,7 @@ New Compiler Flags
Clang has now options to filter or exclude some files when
instrumenting for gcov-based profiling.
- See the :doc:`UsersManual` for details.
+ See the `UsersManual <UsersManual.html#cmdoption-fprofile-filter-files>`_ for details.
- When using a custom stack alignment, the ``stackrealign`` attribute is now
implicitly set on the main function.
Modified: cfe/branches/release_80/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_80/docs/UsersManual.rst?rev=354326&r1=354325&r2=354326&view=diff
==============================================================================
--- cfe/branches/release_80/docs/UsersManual.rst (original)
+++ cfe/branches/release_80/docs/UsersManual.rst Tue Feb 19 05:53:16 2019
@@ -1799,6 +1799,8 @@ In these cases, you can use the flag ``-
Note that these flags should appear after the corresponding profile
flags to have an effect.
+.. _profile_remapping:
+
Profile remapping
^^^^^^^^^^^^^^^^^
More information about the llvm-branch-commits
mailing list