Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jul 2019 19:22:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 214864] [exp-run] test build with lld as /usr/bin/ld
Message-ID:  <bug-214864-7788-26t67pW9HM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214864-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214864-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214864

--- Comment #206 from commit-hook@freebsd.org ---
A commit references this bug:

Author: emaste
Date: Wed Jul 24 19:21:16 UTC 2019
New revision: 350297
URL: https://svnweb.freebsd.org/changeset/base/350297

Log:
  MFC r343606: Enable lld as the system linker on i386

  The migration to LLVM's lld linker has been in progress for quite some
  time - I opened an LLVM tracking bug (23214) in April 2015 to track
  issues using lld as FreeBSD's linker, and requested the first exp-run
  using lld as /usr/bin/ld in November 2016.

  In 12.0 LLD is the system linker on amd64, arm64, and armv7. i386 was
  not switched [for 12.0] as there were additional ports failures not found
  on amd64. Those have largely been addressed now, although there are a
  small number of issues that are still being worked on. In some of these
  cases having lld as the system linker makes it easier for developers and
  third parties to investigate failures.

  Thanks to antoine@ for handling the exp-runs and to everyone in the
  FreeBSD and LLVM communites who have fixed issues with lld to get us to
  this point.

  Note for 12.1: There are still some issues to resolve in the ports tree,
  but having the bootstrap linker (to build the kernel and installed
  userland) be lld and the installed system linker (/usr/bin/ld) be GNU ld
  causes other problems. In addition having having a different linker
  configuration for i386 and amd64 in the same release causes some grief
  for the ports team. So, switch to lld as the system linker on i386 in
  stable/12 and plan to address remaining ports issues before 12.1.

  PR:           214864 [exp-run]
  Discussed with:       jbeich, antoine
  Relnotes:     Yes
  Sponsored by: The FreeBSD Foundation

Changes:
_U  stable/12/
  stable/12/share/mk/src.opts.mk

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214864-7788-26t67pW9HM>