Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 19:07:43 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r344543 - in vendor/lld/dist-release_80: ELF docs
Message-ID:  <201902251907.x1PJ7hGx040865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Mon Feb 25 19:07:43 2019
New Revision: 344543
URL: https://svnweb.freebsd.org/changeset/base/344543

Log:
  Vendor import of lld release_80 branch r354799:
  https://llvm.org/svn/llvm-project/lld/branches/release_80@354799

Modified:
  vendor/lld/dist-release_80/ELF/Options.td
  vendor/lld/dist-release_80/docs/ReleaseNotes.rst

Modified: vendor/lld/dist-release_80/ELF/Options.td
==============================================================================
--- vendor/lld/dist-release_80/ELF/Options.td	Mon Feb 25 19:07:40 2019	(r344542)
+++ vendor/lld/dist-release_80/ELF/Options.td	Mon Feb 25 19:07:43 2019	(r344543)
@@ -30,7 +30,7 @@ def Bstatic: F<"Bstatic">, HelpText<"Do not link again
 def build_id: F<"build-id">, HelpText<"Alias for --build-id=fast">;
 
 def build_id_eq: J<"build-id=">, HelpText<"Generate build ID note">,
-  MetaVarName<"[fast,md5,sha,uuid,0x<hexstring>]">;
+  MetaVarName<"[fast,md5,sha1,uuid,0x<hexstring>]">;
 
 defm check_sections: B<"check-sections",
     "Check section addresses for overlaps (default)",

Modified: vendor/lld/dist-release_80/docs/ReleaseNotes.rst
==============================================================================
--- vendor/lld/dist-release_80/docs/ReleaseNotes.rst	Mon Feb 25 19:07:40 2019	(r344542)
+++ vendor/lld/dist-release_80/docs/ReleaseNotes.rst	Mon Feb 25 19:07:43 2019	(r344543)
@@ -5,11 +5,6 @@ lld 8.0.0 Release Notes
 .. contents::
     :local:
 
-.. warning::
-   These are in-progress notes for the upcoming LLVM 8.0.0 release.
-   Release notes for previous releases can be found on
-   `the Download Page <https://releases.llvm.org/download.html>`_.
-
 Introduction
 ============
 
@@ -18,7 +13,7 @@ Mach-O (macOS), MinGW and WebAssembly. lld is command-
 GNU linkers and Microsoft link.exe and is significantly faster than the
 system default linkers.
 
-nlld 8.0.0 has lots of feature improvements and bug fixes.
+lld 8.0.0 has lots of feature improvements and bug fixes.
 
 Non-comprehensive list of changes in this release
 =================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902251907.x1PJ7hGx040865>