[PATCH] Disable use of std::call_once on OpenBSD with libstdc++

Dylan McKay via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 22 19:43:20 PDT 2016


It looks like you’re duplicating this condition

!defined(_LIBCPP_VERSION)

Also, if you could raise a bug (BugZilla <https://llvm.org/bugs>).

Otherwise LGTM
​

On Sun, Oct 23, 2016 at 2:59 PM, Brad Smith via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> On 10/15/16 16:46, Brad Smith via llvm-commits wrote:
>
>> Disable the use of std::call_once on OpenBSD with libstc++. It was
>> noticed this caused
>> performance regressions and deadlocks.
>>
>> https://github.com/rust-lang/rust/issues/36905
>>
>>
> ping.
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161023/f095a036/attachment.html>


More information about the llvm-commits mailing list