[PATCH] tsan: properly instrument unaligned accesses

Kostya Serebryany kcc at google.com
Tue Jan 27 12:12:27 PST 2015


LGTM with one nit


================
Comment at: test/tsan/aligned_vs_unaligned_race.cc:1
@@ -1,2 +1,2 @@
-// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
+// RUN: %clangxx_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
 // Race between an aligned access and an unaligned access, which
----------------
do you still need deflake here?

http://reviews.llvm.org/D7053

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list