[clang] 8704674 - [Driver] Allow test to use lld-link.exe not just lld-link

Alex Brachet via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 14 15:54:55 PST 2023


Author: Alex Brachet
Date: 2023-02-14T23:54:25Z
New Revision: 87046744e6a8f7b78dffb61c29cbac1e0abd6921

URL: https://github.com/llvm/llvm-project/commit/87046744e6a8f7b78dffb61c29cbac1e0abd6921
DIFF: https://github.com/llvm/llvm-project/commit/87046744e6a8f7b78dffb61c29cbac1e0abd6921.diff

LOG: [Driver] Allow test to use lld-link.exe not just lld-link

Added: 
    

Modified: 
    clang/test/Driver/msvc-link.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/msvc-link.c b/clang/test/Driver/msvc-link.c
index 52efaf5ece266..b0bc837d57a62 100644
--- a/clang/test/Driver/msvc-link.c
+++ b/clang/test/Driver/msvc-link.c
@@ -34,5 +34,5 @@
 // RUN: %clang_cl -fuse-ld=lld --vfsoverlay %s -### -- %s 2>&1 | FileCheck --check-prefix=VFSOVERLAY %s
 // VFSOVERLAY: -cc1"
 // VFSOVERLAY: "--vfsoverlay"
-// VFSOVERLAY: lld-link"
+// VFSOVERLAY: lld-link
 // VFSOVERLAY: "/vfsoverlay:


        


More information about the cfe-commits mailing list