[PATCH] D47448: [Asan] Attempt to fix for FreeBSD
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 1 15:06:49 PDT 2018
krytarowski added a comment.
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
https://reviews.llvm.org/D47448
More information about the llvm-commits
mailing list