[all-commits] [llvm/llvm-project] 9050d0: [libcxx] Temporarily switch back to pthread backen...

Petr Hosek via All-commits all-commits at lists.llvm.org
Thu Jan 16 14:53:15 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9050d0fb593c60628f47caa122c01ea1dc7a1bf5
      https://github.com/llvm/llvm-project/commit/9050d0fb593c60628f47caa122c01ea1dc7a1bf5
  Author: Petr Hosek <phosek at google.com>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M libcxx/include/__config

  Log Message:
  -----------
  [libcxx] Temporarily switch back to pthread backend for Fuchsia

We switched to C11 thread API on Fuchsia in ab9aefe, but further
testing showed that Fuchsia's C11 mutex implementation needs a few
improvements for this to be usable, so we temporarily switch back
to the pthread implementation until those issues are addressed.

Differential Revision: https://reviews.llvm.org/D72862




More information about the All-commits mailing list