Revert "Mark new TSan test as unsupported on PPC."

This reverts commit b517d679dd.
This commit is contained in:
Paul Kirth 2022-05-21 00:11:50 +00:00
parent 705f048cbb
commit f1d197f1a8
1 changed files with 0 additions and 6 deletions

View File

@ -1,11 +1,5 @@
// RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_tsan -O1 %s -DRACE -o %t && %deflake %run %t | FileCheck %s --check-prefix=CHECK-RACE
// Found in the post-submit testing under PPC (documented in
// https://reviews.llvm.org/D110552), this test fails under PowerPC. Should be
// investigated at some point.
// UNSUPPORTED: ppc
#include "test.h"
const int kThreadCount = 4;