[libcxx-commits] [PATCH] D110975: [libcxx] Don't autodetect pthreads on MinGW

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 2 03:19:23 PDT 2021


mstorsjo added a comment.

In D110975#3037932 <https://reviews.llvm.org/D110975#3037932>, @mati865 wrote:

> Agree, we should promote using working and tested configuration.
> Even if pthread build works it's probably affected by threading issues when built with GCC.

FWIW, the main use case for winpthreads in libc++ is to be able to run on versions older than Win7. That’s quite unsupported in libc++, but AFAIK it does work - as threading might be the only API used that requires a newer version.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110975/new/

https://reviews.llvm.org/D110975



More information about the libcxx-commits mailing list