[PATCH] D47448: [Asan] Attempt to fix for FreeBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 00:14:43 PDT 2018


devnexen added a comment.

In https://reviews.llvm.org/D47448#1149027, @krytarowski wrote:

> In https://reviews.llvm.org/D47448#1149018, @MaskRay wrote:
>
> > In https://reviews.llvm.org/D47448#1149017, @krytarowski wrote:
> >
> > > Fixed for FreeBSD? There is still a problem for NetBSD, but I'm still swamped with other things.
> >
> >
> > Fixed for FreeBSD 12.0-CURRENT (which lives in my qemu :( ). Other have told me OpenBSD is good. What's the issue for NetBSD?
>
>
> pthread functions are called too early, before initialization of the threading library


When you will have more time we can reexamine this fix or at least takng inspiration from if you wish.


https://reviews.llvm.org/D47448





More information about the llvm-commits mailing list