зеркало из https://github.com/microsoft/clang-1.git
Allow dash before "ld" in android driver test.
Sometimes android linker is "arm-linux-androideabi-ld", and not just "ld". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
84a1a63b03
Коммит
d79f1f37b0
|
@ -40,7 +40,7 @@
|
|||
// RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-ANDROID %s
|
||||
//
|
||||
// CHECK-ANDROID: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
|
||||
// CHECK-ANDROID: "{{(.*[^.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
|
||||
// CHECK-ANDROID-NOT: "-lc"
|
||||
// CHECK-ANDROID: libclang_rt.asan-arm-android.so"
|
||||
// CHECK-ANDROID-NOT: "-lpthread"
|
||||
|
@ -51,7 +51,7 @@
|
|||
// RUN: -shared \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-ANDROID-SHARED %s
|
||||
//
|
||||
// CHECK-ANDROID-SHARED: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
|
||||
// CHECK-ANDROID-SHARED: "{{(.*[^.0-9A-Z_a-z])?}}ld{{(.exe)?}}"
|
||||
// CHECK-ANDROID-SHARED-NOT: "-lc"
|
||||
// CHECK-ANDROID-SHARED: libclang_rt.asan-arm-android.so"
|
||||
// CHECK-ANDROID-SHARED-NOT: "-lpthread"
|
||||
|
|
Загрузка…
Ссылка в новой задаче