summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/tsan/mop1.c
Commit message (Collapse)AuthorAgeFilesLines
* tsan: fix a bug memory access handlingDmitry Vyukov2015-04-281-0/+40
We incorrectly replaced shadow slots when the new value is not stronger than the old one. The bug can lead to false negatives. The bug was detected by Go race test suite: https://github.com/golang/go/issues/10589 llvm-svn: 236008
OpenPOWER on IntegriCloud