[llvm-dev] lld: sigbus error handling

Rui Ueyama via llvm-dev llvm-dev at lists.llvm.org
Mon Oct 30 16:33:45 PDT 2017


On Mon, Oct 30, 2017 at 4:31 PM, Rafael Avila de Espindola <
rafael.espindola at gmail.com> wrote:

> Rui Ueyama <ruiu at google.com> writes:
>
> > But that would disable mmap IO on systems that don't support fallocate.
> I'm
> > not sure if OpenBSD people are for example happy about that.
>
> Only for output. It is hard to guess the preference of others, but if it
> was the system I was using I would prefer a more reliable linker until
> something like fallocate was provided by the file system.
>
> I remember trying to switch lld to always use an anonymous buffer, and
> it was really not that bad.
>

Fair. I'll try to do that first before exploring the idea of setting a
signal handler.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171030/e49a9900/attachment.html>


More information about the llvm-dev mailing list