[lld] r293271 - The AArch64 release notes are actually the ARM release notes. Changed

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 27 01:35:11 PST 2017


Author: psmith
Date: Fri Jan 27 03:35:11 2017
New Revision: 293271

URL: http://llvm.org/viewvc/llvm-project?rev=293271&view=rev
Log:
The AArch64 release notes are actually the ARM release notes. Changed
AArch64 port to ARM port.


Modified:
    lld/branches/release_40/docs/ReleaseNotes.rst

Modified: lld/branches/release_40/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/branches/release_40/docs/ReleaseNotes.rst?rev=293271&r1=293270&r2=293271&view=diff
==============================================================================
--- lld/branches/release_40/docs/ReleaseNotes.rst (original)
+++ lld/branches/release_40/docs/ReleaseNotes.rst Fri Jan 27 03:35:11 2017
@@ -83,7 +83,7 @@ Other notable changes are listed below:
 * Default image base address for x86-64 has changed from 0x10000 to
   0x200000 to make it huge-page friendly.
 
-* AArch64 port now supports GNU ifunc, the ARM C++ exceptions ABI, TLS
+* ARM port now supports GNU ifunc, the ARM C++ exceptions ABI, TLS
   relocations and static linking. Problems with dlopen() on systems
   using eglibc fixed.
 




More information about the llvm-commits mailing list