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 |
||
|---|---|---|
| .. | ||
| atomic.ll | ||
| capture.ll | ||
| do-not-instrument-memory-access.ll | ||
| no_sanitize_thread.ll | ||
| read_before_write.ll | ||
| read_from_global.ll | ||
| str-nobuiltin.ll | ||
| tsan-vs-gvn.ll | ||
| tsan_address_space_attr.ll | ||
| tsan_basic.ll | ||
| unaligned.ll | ||
| vptr_read.ll | ||
| vptr_update.ll | ||