summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Module.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-01-27 18:29:47 +0000
committerGreg Clayton <gclayton@apple.com>2012-01-27 18:29:47 +0000
commitecc6116950e0ff0ee86cf2d75e201badc0e707c9 (patch)
tree395c83dec813d66512c4efa0415faa670783d8b2 /clang/lib/Basic/Module.cpp
parenta73d26929449a8cb7a67e2914c34c74cd6e00188 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud