[compiler-rt] r285389 - [asan] Run pthread_create_from_constructor test on x86 targets.
Maxim Ostapenko via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 28 02:49:35 PDT 2016
Author: chefmax
Date: Fri Oct 28 04:49:34 2016
New Revision: 285389
URL: http://llvm.org/viewvc/llvm-project?rev=285389&view=rev
Log:
[asan] Run pthread_create_from_constructor test on x86 targets.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc?rev=285389&r1=285388&r2=285389&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/pthread_create_from_constructor.cc Fri Oct 28 04:49:34 2016
@@ -10,7 +10,7 @@
// dlopen() can not be intercepted on Android
// UNSUPPORTED: android
-// UNSUPPORTED: powerpc64
+// REQUIRES: x86-target-arch
#ifdef BUILD_SO
More information about the llvm-commits
mailing list