diff options
author | Kuba Brecka <kuba.brecka@gmail.com> | 2015-11-21 12:38:54 +0000 |
---|---|---|
committer | Kuba Brecka <kuba.brecka@gmail.com> | 2015-11-21 12:38:54 +0000 |
commit | 4e6adaac4c057ad600ce64e75f9c2a151eb456be (patch) | |
tree | 0d159a680ca6b75fbd1b24d99a8abf1c700ec128 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 96cbce61b26d5315efcd82de1b767381fc154fb1 (diff) | |
download | llvm-4e6adaac4c057ad600ce64e75f9c2a151eb456be.zip llvm-4e6adaac4c057ad600ce64e75f9c2a151eb456be.tar.gz llvm-4e6adaac4c057ad600ce64e75f9c2a151eb456be.tar.bz2 |
[tsan] Make tsan_test_util_posix.cc call pthread interceptors on OS X
The tsan_test_util_posix.cc implementation of mutexes call pthread APIs directly, which on OS X don't end up calling the intercepted versions and we miss the synchronization. This patch changes the unit tests to directly call the intercepted versions. This fixes several test failures on OS X.
Differential Revision: http://reviews.llvm.org/D14835
llvm-svn: 253774
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions