diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-09-02 17:49:30 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-09-02 17:49:30 +0000 |
commit | 7a63c3fd2d6157b77034dea8294a73b0f7030848 (patch) | |
tree | 0f4fe59e63c43e5d32ed4674474c982030c48507 /docs/ReleaseNotes.rst | |
parent | 1e52e898a35b86ecd41b7040085e21d3a140a115 (diff) |
Vendor import of lld release_90 branch r370514:vendor/lld/lld-release_90-r370514
Notes
Notes:
svn path=/vendor/lld/dist-release_90/; revision=351718
svn path=/vendor/lld/lld-release_90-r370514/; revision=351719; tag=vendor/lld/lld-release_90-r370514
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r-- | docs/ReleaseNotes.rst | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 2d358bf8f246..ce61cc0d4d74 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -5,11 +5,6 @@ lld 9.0.0 Release Notes .. contents:: :local: -.. warning:: - These are in-progress notes for the upcoming LLVM 9.0.0 release. - Release notes for previous releases can be found on - `the Download Page <https://releases.llvm.org/download.html>`_. - Introduction ============ @@ -37,8 +32,6 @@ ELF Improvements into corresponding PT_MIPS_REGINFO, PT_MIPS_OPTIONS, and PT_MIPS_ABIFLAGS segments. -* ... - COFF Improvements ----------------- @@ -51,6 +44,12 @@ COFF Improvements input files define resources with the same type, name, and language. This can be demoted to a warning using ``/force:multipleres``. +* lld-link now rejects more than one resource obj input files, matching + link.exe. Previously, lld-link would silently ignore all but one. + If you hit this: Don't pass resource obj files to the linker, instead pass + res files to the linker directly. Don't put res files in static libraries, + pass them on the command line. + * Having more than two ``/natvis:`` now works correctly; it used to not work for larger binaries before. @@ -70,8 +69,6 @@ COFF Improvements * The generated thunks for delayimports now share the majority of code among thunks, significantly reducing the overhead of using delayimport -* ... - MinGW Improvements ------------------ @@ -89,13 +86,3 @@ MinGW Improvements name, with the new option ``-pdb=`` with an empty value to the option. (The old existing syntax ``-pdb <filename>`` was more cumbersome to use with an empty parameter value.) - -MachO Improvements ------------------- - -* Item 1. - -WebAssembly Improvements ------------------------- - -* ... |