mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
a8e27e16eb
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_address_space_attr.ll | ||
tsan_basic.ll | ||
tsan-vs-gvn.ll | ||
unaligned.ll | ||
vptr_read.ll | ||
vptr_update.ll |