summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LazyValueInfo.cpp
diff options
context:
space:
mode:
authorRussell Gallop <russell.gallop@gmail.com>2019-04-30 12:37:10 +0000
committerRussell Gallop <russell.gallop@gmail.com>2019-04-30 12:37:10 +0000
commitf7e1fe563a078663362ad91666f45812fafe781c (patch)
tree264a87a09d98d1b6aca206c5f721b3c50c8ae69e /llvm/lib/Analysis/LazyValueInfo.cpp
parentf5e8f222d6bd66eb37ab86a0977d76df6234e3a9 (diff)
downloadbcm5719-llvm-f7e1fe563a078663362ad91666f45812fafe781c.tar.gz
bcm5719-llvm-f7e1fe563a078663362ad91666f45812fafe781c.zip
[cmake] Fix error message on simulated VS version check
For clang-cl self hosts in VS2015 environment this was reporting: "Host Clang must have at least -fms-compatibility-version=19.00.24213.1, your version is 9.0.0". This check fires as CMake detects the simulated environment as _MSC_VER 1900, which is truncated. This makes it less than the required 19.00.24213.1. Differential revision: https://reviews.llvm.org/D61188 llvm-svn: 359556
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud