Skip to content

Commit 0897373

Browse files
authored
[Clang][test] Relax checking for libclang_rt.asan.so and libclang_rt.asan_static.a on arm android. (#121361)
This fixes test breakage on clang bots. See comment #121081 (comment)
1 parent 70c9152 commit 0897373

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/Driver/sanitizer-ld.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@
332332
// RUN: | %{filecheck} --check-prefix=CHECK-ASAN-ANDROID-SHARED-LIBASAN
333333
//
334334
// 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"
335+
// CHECK-ASAN-ANDROID-SHARED-LIBASAN: libclang_rt.asan{{.*}}.so"
336+
// CHECK-ASAN-ANDROID-SHARED-LIBASAN: libclang_rt.asan_static{{.*}}.a"
337337
//
338338
// RUN: %clang -### %s 2>&1 \
339339
// RUN: --target=arm-linux-androideabi -fuse-ld=ld -fsanitize=address \

0 commit comments

Comments
 (0)