Skip to content

Commit

Permalink
[Clang][test] Relax checking for libclang_rt.asan.so and libclang_rt.…
Browse files Browse the repository at this point in the history
…asan.a on arm android.
  • Loading branch information
ZequanWu committed Dec 30, 2024
1 parent 5373ed0 commit c2e29a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/Driver/sanitizer-ld.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@
// RUN: | %{filecheck} --check-prefix=CHECK-ASAN-ANDROID-SHARED-LIBASAN
//
// CHECK-ASAN-ANDROID-SHARED-LIBASAN-NOT: argument unused during compilation: '-shared-libsan'
// CHECK-ASAN-ANDROID-SHARED-LIBASAN: libclang_rt.asan.so"
// 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"
//
// RUN: %clang -### %s 2>&1 \
// RUN: --target=arm-linux-androideabi -fuse-ld=ld -fsanitize=address \
Expand Down

0 comments on commit c2e29a1

Please sign in to comment.