mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 08:56:15 +08:00
[tsan] enable tsan-vs-gvn test since it is now fixed
llvm-svn: 176079
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user