Fix a test failure.

llvm-svn: 163691
This commit is contained in:
Evgeniy Stepanov 2012-09-12 09:39:37 +00:00
parent 814451909a
commit ffeb6e0f77
1 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@
// RUN: | FileCheck --check-prefix=CHECK-ANDROID %s
// CHECK-ANDROID: "{{.*}}ld{{(.exe)?}}"
// CHECK-ANDROID-NOT: "-lc"
// CHECK-ANDROID: "-u" "__asan_preinit" "-lasan"
// CHECK-ANDROID: "-lasan_preload" "-ldl"
// CHECK-ANDROID: libclang_rt.asan-arm-android.so"
// CHECK-ANDROID-NOT: "-lpthread"
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
// RUN: -target arm-linux-androideabi -faddress-sanitizer \
@ -27,5 +27,5 @@
// RUN: | FileCheck --check-prefix=CHECK-ANDROID-SHARED %s
// CHECK-ANDROID-SHARED: "{{.*}}ld{{(.exe)?}}"
// CHECK-ANDROID-SHARED-NOT: "-lc"
// CHECK-ANDROID-SHARED-NOT: "-lasan"
// CHECK-ANDROID-SHARED: "-lasan_preload" "-ldl"
// CHECK-ANDROID-SHARED: libclang_rt.asan-arm-android.so"
// CHECK-ANDROID-SHARED-NOT: "-lpthread"