]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm/tools/lld/docs/ReleaseNotes.rst
Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_70 branch
[FreeBSD/FreeBSD.git] / contrib / llvm / tools / lld / docs / ReleaseNotes.rst
1 =======================
2 LLD 7.0.0 Release Notes
3 =======================
4
5 .. contents::
6     :local:
7
8 .. warning::
9    These are in-progress notes for the upcoming LLVM 7.0.0 release.
10    Release notes for previous releases can be found on
11    `the Download Page <http://releases.llvm.org/download.html>`_.
12
13 Introduction
14 ============
15
16 This document contains the release notes for the lld linker, release 7.0.0.
17 Here we describe the status of lld, including major improvements
18 from the previous release. All lld releases may be downloaded
19 from the `LLVM releases web site <http://llvm.org/releases/>`_.
20
21 Non-comprehensive list of changes in this release
22 =================================================
23
24 ELF Improvements
25 ----------------
26
27 * lld is now able to overcome MIPS GOT entries number limitation
28   and generate multi-GOT if necessary.
29
30 * lld is now able to produce MIPS position-independent executable (PIE).
31
32 * Fixed MIPS TLS GOT entries for local symbols in shared libraries.
33
34 * Fixed calculation of MIPS GP relative relocations
35   in case of relocatable output.
36
37 COFF Improvements
38 -----------------
39
40 * Improved correctness of exporting mangled stdcall symbols.
41
42 * Completed support for ARM64 relocations.
43
44 * Added support for outputting PDB debug info for MinGW targets.
45
46 * Improved compatibility of output binaries with GNU binutils objcopy/strip.
47
48 MachO Improvements
49 ------------------
50
51 * Item 1.