From: Martin Storsjo Date: Tue, 27 Feb 2018 08:35:35 +0000 (+0000) Subject: [test] Extend the Driver/mingw-msvcrt.c test with a -SAME check. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=504498a62acbdb0d6e592e1d83c93a65333ebadf;p=clang [test] Extend the Driver/mingw-msvcrt.c test with a -SAME check. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326180 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/mingw-msvcrt.c b/test/Driver/mingw-msvcrt.c index b7c6584f95..f83a8c261c 100644 --- a/test/Driver/mingw-msvcrt.c +++ b/test/Driver/mingw-msvcrt.c @@ -2,4 +2,5 @@ // RUN: %clang -v -target i686-pc-windows-gnu -lmsvcr120 -### %s 2>&1 | FileCheck -check-prefix=CHECK_MSVCR120 %s // CHECK_DEFAULT: "-lmingwex" "-lmsvcrt" "-ladvapi32" -// CHECK_MSVCR120: "-lmingwex" "-ladvapi32" +// CHECK_MSVCR120: "-lmsvcr120" +// CHECK_MSVCR120-SAME: "-lmingwex" "-ladvapi32"