diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/pthread_create_from_constructor.cc | 1 |
1 files changed, 1 insertions, 0 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 ddd07a718d1..ed7dc397190 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,6 +10,7 @@ // dlopen() can not be intercepted on Android // UNSUPPORTED: android +// UNSUPPORTED: powerpc64 #ifdef BUILD_SO |