Skip to content

Commit ec2a7c4

Browse files
author
Serge Guelton
committed
Restrict asan + dlopen testcase to x86
llvm-svn: 366436
1 parent 8b525e3 commit ec2a7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
//
55
// CHECK: {{.*}}AddressSanitizer: failed to intercept '__cxa_{{.*}}throw{{.*}}'
66
//
7-
// dlopen() can not be intercepted on Android
8-
// UNSUPPORTED: android
7+
// REQUIRES: x86-target-arch && !android
8+
99
#ifdef __cplusplus
1010

1111
static void foo(void) {

0 commit comments

Comments
 (0)