[llvm-dev] lld: sigbus error handling

Rafael Avila de Espindola via llvm-dev llvm-dev at lists.llvm.org
Mon Oct 30 16:31:34 PDT 2017


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.

Cheers,
Rafael


More information about the llvm-dev mailing list