From e2695b039ea365a935f3983768b620af17ee57c0 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Tue, 14 Jul 2015 06:01:14 +0000 Subject: [PATCH] Fix test for Visual C++ link.exe. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242125 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/cuda-options.cu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Driver/cuda-options.cu b/test/Driver/cuda-options.cu index ecb3f228ea..1c3ea51374 100644 --- a/test/Driver/cuda-options.cu +++ b/test/Driver/cuda-options.cu @@ -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)?}}" -- 2.40.0