[PATCH] D27554: Loosen checks for _MSC_FULL_VER under -fms-extensions.

David L. Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 17:21:52 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL289011: Loosen checks for _MSC_FULL_VER under -fms-extensions. (authored by dlj).

Changed prior to commit:
  https://reviews.llvm.org/D27554?vs=80691&id=80694#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27554

Files:
  cfe/trunk/test/Driver/msc-version.c


Index: cfe/trunk/test/Driver/msc-version.c
===================================================================
--- cfe/trunk/test/Driver/msc-version.c
+++ cfe/trunk/test/Driver/msc-version.c
@@ -62,5 +62,5 @@
 // RUN: %clang -target i686-windows -fms-extensions -dM -E - </dev/null -o - | FileCheck %s -check-prefix CHECK-MS-EXTENSIONS
 
 // CHECK-MS-EXTENSIONS: _MSC_BUILD 1
-// CHECK-MS-EXTENSIONS: _MSC_FULL_VER {{..}}000000
+// CHECK-MS-EXTENSIONS: _MSC_FULL_VER {{.+}}
 // CHECK-MS-EXTENSIONS: _MSC_VER {{..}}00


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27554.80694.patch
Type: text/x-patch
Size: 517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161208/34feeee5/attachment.bin>


More information about the llvm-commits mailing list