forked from OSchip/llvm-project
Fix cl-link.c test failure on Mac platforms
The test filename (%s) is easily confused with an option when it starts with /Users... llvm-svn: 190435
This commit is contained in:
parent
1ece9fc806
commit
4e6bec7e26
|
@ -18,8 +18,8 @@
|
|||
// ASAN: "{{.*}}clang_rt.asan-i386.lib"
|
||||
// ASAN: "{{.*}}cl-link{{.*}}.obj"
|
||||
|
||||
// RUN: %clang_cl /LD -### %s 2>&1 | FileCheck --check-prefix=DLL %s
|
||||
// RUN: %clang_cl /LDd -### %s 2>&1 | FileCheck --check-prefix=DLL %s
|
||||
// RUN: %clang_cl /LD -### /Tc%s 2>&1 | FileCheck --check-prefix=DLL %s
|
||||
// RUN: %clang_cl /LDd -### /Tc%s 2>&1 | FileCheck --check-prefix=DLL %s
|
||||
// DLL: link.exe
|
||||
// "-dll"
|
||||
|
||||
|
|
Loading…
Reference in New Issue