[compiler-rt] r176079 - [tsan] enable tsan-vs-gvn test since it is now fixed

Kostya Serebryany kcc at google.com
Tue Feb 26 00:18:27 PST 2013


Author: kcc
Date: Tue Feb 26 02:18:27 2013
New Revision: 176079

URL: http://llvm.org/viewvc/llvm-project?rev=176079&view=rev
Log:
[tsan] enable tsan-vs-gvn test since it is now fixed

Modified:
    compiler-rt/trunk/lib/tsan/lit_tests/tsan-vs-gvn.cc

Modified: compiler-rt/trunk/lib/tsan/lit_tests/tsan-vs-gvn.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/lit_tests/tsan-vs-gvn.cc?rev=176079&r1=176078&r2=176079&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/lit_tests/tsan-vs-gvn.cc (original)
+++ compiler-rt/trunk/lib/tsan/lit_tests/tsan-vs-gvn.cc Tue Feb 26 02:18:27 2013
@@ -20,8 +20,7 @@ void *Thread1(void *x) {
 }
 
 void *Thread2(void *x) {
-  // FIXME: enable this line back once gvn vs tsan is fixed.
-//   S.c2 = 1;
+  S.c2 = 1;
   return NULL;
 }
 





More information about the llvm-commits mailing list