Skip to content

Commit

Permalink
tsan: Update measurements in check_analyze.sh.
Browse files Browse the repository at this point in the history
These changed as a result of r347379. Unfortunately there was a
regression; filed PR39748 to track it.

Differential Revision: https://reviews.llvm.org/D54821

llvm-svn: 347442
  • Loading branch information
pcc committed Nov 22, 2018
1 parent 64449e6 commit 56f3bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler-rt/lib/tsan/check_analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ check() {
fi
}

for f in write1 write2 write4 write8 read2 read4 read8; do
for f in write1 write2 write4 write8 read2 read4; do
check $f rsp 1
check $f push 1
check $f pop 6
done

for f in read1; do
for f in read1 read8; do
check $f rsp 1
check $f push 2
check $f pop 12
Expand Down

0 comments on commit 56f3bb4

Please sign in to comment.