We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c9152 commit 0897373Copy full SHA for 0897373
clang/test/Driver/sanitizer-ld.c
@@ -332,8 +332,8 @@
332
// RUN: | %{filecheck} --check-prefix=CHECK-ASAN-ANDROID-SHARED-LIBASAN
333
//
334
// CHECK-ASAN-ANDROID-SHARED-LIBASAN-NOT: argument unused during compilation: '-shared-libsan'
335
-// CHECK-ASAN-ANDROID-SHARED-LIBASAN: libclang_rt.asan.so"
336
-// CHECK-ASAN-ANDROID-SHARED-LIBASAN: libclang_rt.asan_static.a"
+// CHECK-ASAN-ANDROID-SHARED-LIBASAN: libclang_rt.asan{{.*}}.so"
+// CHECK-ASAN-ANDROID-SHARED-LIBASAN: libclang_rt.asan_static{{.*}}.a"
337
338
// RUN: %clang -### %s 2>&1 \
339
// RUN: --target=arm-linux-androideabi -fuse-ld=ld -fsanitize=address \
0 commit comments