The test filename (%s) is easily confused with an option when
it starts with /Users...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190435
91177308-0d34-0410-b5e6-
96231b3b80d8
// 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"