Fix test for Visual C++ link.exe.

llvm-svn: 242125
This commit is contained in:
Yaron Keren 2015-07-14 06:01:14 +00:00
parent 0c166cdd34
commit 4ca1903696
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@
// CUDA-NH-SAME-NOT: "-x" "cuda"
// Match linker
// CUDA-L: "{{.*}}ld{{(.exe)?}}"
// CUDA-L: "{{.*}}{{ld|link}}{{(.exe)?}}"
// CUDA-L-SAME: "[[HOSTOBJ]]"
// Match no linker
// CUDA-NL-NOT: "{{.*}}ld{{(.exe)?}}"
// CUDA-NL-NOT: "{{.*}}{{ld|link}}{{(.exe)?}}"