diff options
author | Vedant Kumar <vsk@apple.com> | 2016-07-19 20:16:08 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-07-19 20:16:08 +0000 |
commit | 57faf2d2086a428ada439d620286656b76fb2be3 (patch) | |
tree | 779f5437ee2d87c1113b1aa393d8fe8a25d87ca9 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 24547108d66802490f30f2c15d1132dc6a4a5b16 (diff) | |
download | bcm5719-llvm-57faf2d2086a428ada439d620286656b76fb2be3.tar.gz bcm5719-llvm-57faf2d2086a428ada439d620286656b76fb2be3.zip |
[tsan] Don't instrument __llvm_gcov_global_state_pred or __llvm_gcda*
r274801 did not go far enough to allow gcov+tsan to cooperate. With this
commit it's possible to run the following code without false positives:
std::thread T1(fib), T2(fib);
T1.join(); T2.join();
llvm-svn: 276015
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions