[lld] r342754 - Update release notes.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 21 10:48:45 PDT 2018
Author: ruiu
Date: Fri Sep 21 10:48:45 2018
New Revision: 342754
URL: http://llvm.org/viewvc/llvm-project?rev=342754&view=rev
Log:
Update release notes.
Modified:
lld/trunk/docs/ReleaseNotes.rst
Modified: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=342754&r1=342753&r2=342754&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Fri Sep 21 10:48:45 2018
@@ -24,16 +24,24 @@ Non-comprehensive list of changes in thi
ELF Improvements
----------------
+* lld now supports RISC-V. (`r339364
+ <https://reviews.llvm.org/rL342746>`_)
+
* Default image base address has changed from 65536 to 2 MiB for i386
and 4 MiB for AArch64 to make lld-generated executables work better
with automatic superpage promotion. FreeBSD can promotes contiguous
non-superpages to a superpage if they are aligned to the superpage
size. (`r342746 <https://reviews.llvm.org/rL342746>`_)
+* The following flags have been added: ``-z interpose``, ``-z global``
+
COFF Improvements
-----------------
-* Item 1.
+* PDB GUID is set to hash of PDB contents instead to a random byte
+ sequence for build reproducibility.
+
+* The following flags have been added: ``/force:multiple``
MachO Improvements
------------------
More information about the llvm-commits
mailing list