[PATCH] D11781: Refactored pthread usage in libcxx

Fulvio Esposito via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 8 13:12:52 PDT 2015


espositofulvio marked an inline comment as done.
espositofulvio added a comment.

In http://reviews.llvm.org/D11781#219859, @theraven wrote:

> This version looks much better (well, the previous one is cleaner, but this one looks like it shouldn't break the ABI - did you test this?  It looks like it should work, but I've not actually tried it).


I tried it on Linux, using the example from http://en.cppreference.com/w/cpp/thread/condition_variable, but splitting the main and the worker function in two different translation units and compiling one with the libc++ coming from ArchLinux and the other with my branch, and then linking both with the new lib. I don't have freebsd installed though, I can set up another virtual machine but I never used FreeBsd so I don't know how easy is to install and set up.


Repository:
  rL LLVM

http://reviews.llvm.org/D11781





More information about the cfe-commits mailing list