[Bug 226872] lang/ghc: fails to build with lld as /usr/bin/ld
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 29 17:02:37 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226872
--- Comment #3 from Ed Maste <emaste at freebsd.org> ---
(In reply to arrowd from comment #1)
> I'm aware of this problem, someone asked on IRC about this. The problem is that > even simple hello world Haskell programs linked with LLD are segfaulting.
Can we configure ghc to invoke ld.bfd by default perhaps?
It appears that building the compiler itself picks up LD=/usr/bin/ld.bfd as it
should, but the built ghc (somewhat unsurprisingly) defaults to invoking ld.
Of course the best case scenario is if ghc can just use lld as the linker (and
perhaps achieve a 10x speedup).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-haskell
mailing list