From c0061a2c69ad2189d33bd07cbbc409205f7af5ab Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Thu, 22 Nov 2018 00:47:37 +0000 Subject: tsan: Update measurements in check_analyze.sh. These changed as a result of r347379. Unfortunately there was a regression; filed PR39748 to track it. Differential Revision: https://reviews.llvm.org/D54821 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@347442 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/tsan/check_analyze.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tsan/check_analyze.sh b/lib/tsan/check_analyze.sh index 61934fb3f..65c34d466 100755 --- a/lib/tsan/check_analyze.sh +++ b/lib/tsan/check_analyze.sh @@ -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 -- cgit v1.2.1