forked from OSchip/llvm-project
Fix tests with non-default CLANG_DEFAULT_LINKER
Force -fuse-ld option, as some other tests in the same file do.
This commit is contained in:
parent
f8e658ec9f
commit
f6fa998590
|
@ -154,7 +154,7 @@
|
|||
//
|
||||
// RUN: %clang -### %s 2>&1 \
|
||||
// RUN: --target=i386-pc-win32 -fprofile-instr-generate \
|
||||
// RUN: -resource-dir=%S/Inputs/resource_dir \
|
||||
// RUN: -resource-dir=%S/Inputs/resource_dir -fuse-ld=link \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-WINDOWS-I386 %s
|
||||
//
|
||||
// CHECK-WINDOWS-I386: "{{.*}}link{{(.exe)?}}"
|
||||
|
@ -162,7 +162,7 @@
|
|||
//
|
||||
// RUN: %clang -### %s 2>&1 \
|
||||
// RUN: --target=x86_64-pc-win32 -fprofile-instr-generate \
|
||||
// RUN: -resource-dir=%S/Inputs/resource_dir \
|
||||
// RUN: -resource-dir=%S/Inputs/resource_dir -fuse-ld=link \
|
||||
// RUN: | FileCheck --check-prefix=CHECK-WINDOWS-X86-64 %s
|
||||
//
|
||||
// CHECK-WINDOWS-X86-64: "{{.*}}link{{(.exe)?}}"
|
||||
|
|
Loading…
Reference in New Issue