Loosen checks for _MSC_FULL_VER under -fms-extensions.
authorDavid L. Jones <dlj@google.com>
Thu, 8 Dec 2016 01:11:41 +0000 (01:11 +0000)
committerDavid L. Jones <dlj@google.com>
Thu, 8 Dec 2016 01:11:41 +0000 (01:11 +0000)
commitb4b88fdc756de3d4713c1d2331ffa50e41cd8b48
tree392f06c4de3cafedd8ad02a36159cb20a7503038
parent3462a420d1e6c9d28f920c0aadef280a076f5747
Loosen checks for _MSC_FULL_VER under -fms-extensions.

Summary:
On actual Windows hosts :-) , this could report something other than the
fallback, with a non-zero minor/build number.

Reviewers: rnk, llvm-commits

Differential Revision: https://reviews.llvm.org/D27554

llvm-svn: 289011
clang/test/Driver/msc-version.c