From owner-svn-doc-all@freebsd.org Sat Jul 9 17:50:44 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5C7BB83C39; Sat, 9 Jul 2016 17:50:44 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0A291E1E; Sat, 9 Jul 2016 17:50:44 +0000 (UTC) (envelope-from dru@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u69Hoh7p029091; Sat, 9 Jul 2016 17:50:43 GMT (envelope-from dru@FreeBSD.org) Received: (from dru@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u69HohRS029090; Sat, 9 Jul 2016 17:50:43 GMT (envelope-from dru@FreeBSD.org) Message-Id: <201607091750.u69HohRS029090@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dru set sender to dru@FreeBSD.org using -f From: Dru Lavigne Date: Sat, 9 Jul 2016 17:50:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49084 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jul 2016 17:50:44 -0000 Author: dru Date: Sat Jul 9 17:50:43 2016 New Revision: 49084 URL: https://svnweb.freebsd.org/changeset/doc/49084 Log: Add lld status report submitted by emaste@freebsd.org. Reviewed by: wblock Sponsored by: iXsystems Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml Sat Jul 9 17:04:34 2016 (r49083) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml Sat Jul 9 17:50:43 2016 (r49084) @@ -1057,7 +1057,7 @@ DRM 4.6 Development Repository GSoC 2016: link /dev entries to sysctl nodes GSoC 2016: Redesign libdevq - Graphics Team Blog + Graphics Team Blog @@ -1595,4 +1595,77 @@ Bugzilla. + + + Using <tt>lld</tt>, the LLVM Linker, to Link &os; + + + + + Rafael + EspĂ­ndola + + rafael.espindola@gmail.com + + + + + Davide + Italiano + + dccitaliano@gmail.com + + + + + Ed + Maste + + emaste@FreeBSD.org + + + + + &os; lld wiki page + Status report on linking FreeBSD/amd64 with lld + BSDCan 2016 talk on lld for &os; + + + +

lld is the linker in the LLVM family of projects. + It is intended to be a high-performance linker and supports + the ELF, COFF, and Mach-O object + formats. Where possible, lld maintains command-line + and functional compatibility with the existing + GNU BFD ld and gold linkers. However, the + authors of lld are not constrained by strict + compatibility where it would hamper performance or desired + functionality.

+ +

Over the last quarter, the lld project implemented + version script support sufficient to handle the &os; base + system. This is an important milestone on the path to having + lld as a viable system linker.

+ +

lld still lacks comprehensive linker script + expression evaluation support, and therefore cannot yet be + used to link the &os; kernel.

+ + + The &os; Foundation + + + Develop linker script expression improvements in the + upstream lld project. + + Import a newer lld snapshot into the vendor + area, add the build infrastructure, and connect it to the + world build, installed as ld.lld. + + Request a ports exp-run with /usr/bin/ld a + symlink to ld.lld. + + Extensive testing. + +