diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-09-01 16:29:28 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-09-01 16:29:28 +0000 |
commit | 43f6d9feefc874e8ad4e96f4b4c3c0713a29febe (patch) | |
tree | c34780066e4a41bb9a093e2ad4aba348452ed92f | |
parent | f1f34882c73d8ed4f1be85e7237ed195fb27bd10 (diff) |
Vendor import of lld release_50 branch r312293:vendor/lld/lld-release_500-r312559vendor/lld/lld-release_50-r312293
Notes
Notes:
svn path=/vendor/lld/dist/; revision=323096
svn path=/vendor/lld/lld-release_500-r312559/; revision=323243; tag=vendor/lld/lld-release_500-r312559
-rw-r--r-- | docs/ReleaseNotes.rst | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index fa6536ff46a8..01a984148b7e 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -5,11 +5,6 @@ lld 5.0.0 Release Notes .. contents:: :local: -.. warning:: - These are in-progress notes for the upcoming LLVM 5.0.0 release. - Release notes for previous releases can be found on - `the Download Page <http://releases.llvm.org/download.html>`_. - Introduction ============ @@ -37,14 +32,14 @@ ELF Improvements * Error message format has changed in order to improve readability. Traditionally, linker's error messages are concise and arguably too terse. - This is an example of lld 4.0's error message (they are actually in one line):: + This is an example of lld 4.0.0's error message (they are actually in one line):: /ssd/clang/bin/ld.lld: error: /ssd/llvm-project/lld/ELF/Writer.cpp:207: undefined symbol 'lld::elf::EhFrameSection::addSection()' It is not easy to read because too much information is packed into a single line and the embedded text, particularly a symbol name, is sometimes too long. - In lld 5.0, we use more vertical space to print out error messages in a more + In lld 5.0.0, we use more vertical space to print out error messages in a more structured manner like this:: bin/ld.lld: error: undefined symbol: lld::elf::EhFrameSection::addSection() @@ -107,11 +102,6 @@ ELF Improvements ``-z notext``, ``-z rodynamic`` -COFF Improvements ------------------ - -* Item 1. - Contributors to lld 5.0 ======================= |