From: Rui Ueyama Date: Fri, 21 Sep 2018 17:48:45 +0000 (+0000) Subject: Update release notes. X-Git-Tag: llvmorg-8.0.0-rc1~8228 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c41985a50e152300de7c63ed4ad209fe91542533;p=platform%2Fupstream%2Fllvm.git Update release notes. llvm-svn: 342754 --- diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index 2b60e8d..662c25e 100644 --- a/lld/docs/ReleaseNotes.rst +++ b/lld/docs/ReleaseNotes.rst @@ -24,16 +24,24 @@ Non-comprehensive list of changes in this release ELF Improvements ---------------- +* lld now supports RISC-V. (`r339364 + `_) + * 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 `_) +* 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 ------------------