Index: docs/ReleaseNotes.rst =================================================================== --- docs/ReleaseNotes.rst +++ docs/ReleaseNotes.rst @@ -19,6 +19,16 @@ What's new in ELF Support? ========================== +LLD 3.9 is a major milestone for us. It is the first release that can +link real-world large userland programs, including LLVM/Clang/LLD +themselves. In fact, it can now be used to produce most userland +programs distributed as part of FreeBSD. Many contributors have joined +to the project to develop new features, port it to new architectures +and fix issues since the last release. + +LLD 3.9 is as fast as it was. That is, roughly speaking, 2x faster +than GNU gold. + Link-Time Optimization ----------------------