r242125 - Fix test for Visual C++ link.exe.

Yaron Keren yaron.keren at gmail.com
Mon Jul 13 23:01:14 PDT 2015


Author: yrnkrn
Date: Tue Jul 14 01:01:14 2015
New Revision: 242125

URL: http://llvm.org/viewvc/llvm-project?rev=242125&view=rev
Log:
Fix test for Visual C++ link.exe.


Modified:
    cfe/trunk/test/Driver/cuda-options.cu

Modified: cfe/trunk/test/Driver/cuda-options.cu
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/cuda-options.cu?rev=242125&r1=242124&r2=242125&view=diff
==============================================================================
--- cfe/trunk/test/Driver/cuda-options.cu (original)
+++ cfe/trunk/test/Driver/cuda-options.cu Tue Jul 14 01:01:14 2015
@@ -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)?}}"





More information about the cfe-commits mailing list