diff options
author | Kuba Mracek <mracek@apple.com> | 2017-04-21 16:44:27 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2017-04-21 16:44:27 +0000 |
commit | 894da663203c2cb28a54cb0b6ffdf380792e6057 (patch) | |
tree | d20e296bd9d62284706dcf5ad113d61ddcba95b6 /llvm/lib/Support/DynamicLibrary.cpp | |
parent | 72f31a8381d023a765b3c4ba96da217cdd233ba9 (diff) | |
download | llvm-894da663203c2cb28a54cb0b6ffdf380792e6057.zip llvm-894da663203c2cb28a54cb0b6ffdf380792e6057.tar.gz llvm-894da663203c2cb28a54cb0b6ffdf380792e6057.tar.bz2 |
[tsan] Don't report bugs from interceptors called from libignored modules
This patch make sure we don't report deadlocks and other bug types when we're inside an interceptor that was called from a noninstrumented module (when ignore_noninstrumented_modules=1 is set). Adding a testcase that shows that deadlock detection still works on Darwin (to make sure we're not silencing too many reports).
Differential Revision: https://reviews.llvm.org/D31449
llvm-svn: 300998
Diffstat (limited to 'llvm/lib/Support/DynamicLibrary.cpp')
0 files changed, 0 insertions, 0 deletions