From 9457f45aa4311bbfa1416401349104c3d2b36b06 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 19 Feb 2019 13:53:16 +0000 Subject: ReleaseNotes: remove in-progress warning, and minor tweaks git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_80@354326 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 21 +++++---------------- docs/UsersManual.rst | 2 ++ 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 50bf636a51..62c426f9f2 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 `_ -.. warning:: - - These are in-progress notes for the upcoming Clang 8 release. - Release notes for previous releases can be found on - `the Download Page `_. - Introduction ============ @@ -30,11 +24,6 @@ For more information about Clang or LLVM, including information about the latest release, please see the `Clang Web Site `_ or the `LLVM Web Site `_. -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 `_. - 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 ` 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 `_ for details. - When using a custom stack alignment, the ``stackrealign`` attribute is now implicitly set on the main function. diff --git a/docs/UsersManual.rst b/docs/UsersManual.rst index 7634d24eb5..38f7615bf9 100644 --- a/docs/UsersManual.rst +++ b/docs/UsersManual.rst @@ -1799,6 +1799,8 @@ In these cases, you can use the flag ``-fno-profile-instr-generate`` (or Note that these flags should appear after the corresponding profile flags to have an effect. +.. _profile_remapping: + Profile remapping ^^^^^^^^^^^^^^^^^ -- cgit v1.2.3