We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e654785 commit 6a61beaCopy full SHA for 6a61bea
compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c
@@ -2,7 +2,7 @@
2
// RUN: %clang_asan %s -o %t.out -ldl
3
// RUN: ASAN_OPTIONS=verbosity=1 not %t.out %t.so 2>&1 | FileCheck %s
4
//
5
-// CHECK: AddressSanitizer: failed to intercept '__cxa_throw'
+// CHECK: {{.*}}AddressSanitizer: failed to intercept '__cxa_{{.*}}throw{{.*}}'
6
7
// dlopen() can not be intercepted on Android
8
// UNSUPPORTED: android
0 commit comments