| commit | 8778fea0bb0247591c2a54d34c76dd631ab70cd7 | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Mon Aug 17 20:12:04 2015 +0000 |
| committer | Zachary Turner <zturner@google.com> | Mon Aug 17 20:12:04 2015 +0000 |
| tree | cce96cd3af882fd3bcadbd703037c506c0651f1d | |
| parent | 685a7d1a70232d61fd892ac3471bc672eae17bde [diff] |
Convert all use of pthreads in tests to c++11 threads. This eliminates portability issues among platforms that don't have a pthreads implementation. Differential Revision: http://reviews.llvm.org/D12043 Reviewed By: Greg Clayton llvm-svn: 245234