From owner-svn-src-all@freebsd.org Fri Sep 1 16:29:29 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 739B4E188AC; Fri, 1 Sep 2017 16:29:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 294AC7D280; Fri, 1 Sep 2017 16:29:29 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v81GTSQ8095765; Fri, 1 Sep 2017 16:29:28 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v81GTSP5095764; Fri, 1 Sep 2017 16:29:28 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201709011629.v81GTSP5095764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 1 Sep 2017 16:29:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r323096 - vendor/lld/dist/docs X-SVN-Group: vendor X-SVN-Commit-Author: dim X-SVN-Commit-Paths: vendor/lld/dist/docs X-SVN-Commit-Revision: 323096 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 16:29:29 -0000 Author: dim Date: Fri Sep 1 16:29:28 2017 New Revision: 323096 URL: https://svnweb.freebsd.org/changeset/base/323096 Log: Vendor import of lld release_50 branch r312293: https://llvm.org/svn/llvm-project/lld/branches/release_50@312293 Modified: vendor/lld/dist/docs/ReleaseNotes.rst Modified: vendor/lld/dist/docs/ReleaseNotes.rst ============================================================================== --- vendor/lld/dist/docs/ReleaseNotes.rst Fri Sep 1 16:29:25 2017 (r323095) +++ vendor/lld/dist/docs/ReleaseNotes.rst Fri Sep 1 16:29:28 2017 (r323096) @@ -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 `_. - 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() @@ -106,11 +101,6 @@ ELF Improvements ``-print-map``, ``-warn-unresolved-symbols``, ``-z nocopyreloc``, ``-z notext``, ``-z rodynamic`` - -COFF Improvements ------------------ - -* Item 1. Contributors to lld 5.0 =======================