svn commit: r344543 - in vendor/lld/dist-release_80: ELF docs

Dimitry Andric dim at FreeBSD.org
Mon Feb 25 19:07:48 UTC 2019


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
 =================================================


More information about the svn-src-all mailing list