diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc b/compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc index ed7dc397190..8f9b0b4fed1 100644 --- a/compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc +++ b/compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc @@ -10,7 +10,7 @@ // dlopen() can not be intercepted on Android // UNSUPPORTED: android -// UNSUPPORTED: powerpc64 +// REQUIRES: x86-target-arch #ifdef BUILD_SO |