[PATCH] D54821: tsan: Update measurements in check_analyze.sh.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 21 16:51:06 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT347442: tsan: Update measurements in check_analyze.sh. (authored by pcc, committed by ).
Herald added a subscriber: Sanitizers.

Changed prior to commit:
  https://reviews.llvm.org/D54821?vs=174996&id=174997#toc

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D54821

Files:
  lib/tsan/check_analyze.sh


Index: lib/tsan/check_analyze.sh
===================================================================
--- lib/tsan/check_analyze.sh
+++ lib/tsan/check_analyze.sh
@@ -34,13 +34,13 @@
   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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54821.174997.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181122/248a12fa/attachment.bin>


More information about the llvm-commits mailing list