[PATCH] D25467: [ELF] - Alternative fix to prevent possible crash on large output.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 15:07:19 PDT 2016


On Mon, Oct 17, 2016 at 2:26 PM, Rui Ueyama via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> This is a list of items that popped in my mind. Not exhaustive but probably
> good enough to start discussing what we should do next.
>
>  - FreeBSD: what is the status of building the entire FreeBSD system with
> LLD? Can it build everything including the kernel?
>

There's a package builder on FreeBSD (called poudriere) which allows
all the packages to be built with lld and inspect the failures in a
convenient HTML report. Maybe you can run that yourself (it takes 24
hours on a beefy machine, so if you don't have access to that kind of
hardware you might ask Ed Maste from the FreeBSD project to run that
on your behalf, as they have dedicated resources for the purpose).

-- 
Davide

"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare


More information about the llvm-commits mailing list