Restrict asan + dlopen testcase to x86
authorSerge Guelton <sguelton@redhat.com>
Thu, 18 Jul 2019 13:47:28 +0000 (13:47 +0000)
committerSerge Guelton <sguelton@redhat.com>
Thu, 18 Jul 2019 13:47:28 +0000 (13:47 +0000)
llvm-svn: 366436

compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c

index d380fbf..979f79e 100644 (file)
@@ -4,8 +4,8 @@
 //
 // CHECK: {{.*}}AddressSanitizer: failed to intercept '__cxa_{{.*}}throw{{.*}}'
 //
-// dlopen() can not be intercepted on Android
-// UNSUPPORTED: android
+// REQUIRES: x86-target-arch && !android
+
 #ifdef __cplusplus
 
 static void foo(void) {