diff options
author | Greg Clayton <gclayton@apple.com> | 2012-01-27 18:29:47 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-01-27 18:29:47 +0000 |
commit | ecc6116950e0ff0ee86cf2d75e201badc0e707c9 (patch) | |
tree | 395c83dec813d66512c4efa0415faa670783d8b2 /clang/lib/Basic/Module.cpp | |
parent | a73d26929449a8cb7a67e2914c34c74cd6e00188 (diff) | |
download | bcm5719-llvm-ecc6116950e0ff0ee86cf2d75e201badc0e707c9.tar.gz bcm5719-llvm-ecc6116950e0ff0ee86cf2d75e201badc0e707c9.zip |
Enable extra error checking for debug builds in our mutexes by
watching for errors from pthread_mutex_destroy () (usually "Resource
busy" errors for when you have a mutex locked and try to destroy
it), and pthread_mutex_lock, and pthread_mutex_unlock (usually for
trying to lock an invalid mutex that might have possible already
been freed).
llvm-svn: 149135
Diffstat (limited to 'clang/lib/Basic/Module.cpp')
0 files changed, 0 insertions, 0 deletions