Make LLVM_MSC_PREREQ() compatible with all MSVC versions
authorAlp Toker <alp@nuanti.com>
Sun, 29 Dec 2013 07:39:53 +0000 (07:39 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 29 Dec 2013 07:39:53 +0000 (07:39 +0000)
commit748618bee1b1e43b8e7343faf6e9f7e1fdc44297
treea8e5a2e7e4efa5af9d1858a032605ab2e141ce35
parenta71d72a0594287c4d6bd7a2d58dd988f02ee3d07
Make LLVM_MSC_PREREQ() compatible with all MSVC versions

The defined() preprocessor expansion wasn't working out on the lld builder.

Also update the documentation to cover another Visual Studio release versioning
convention.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198158 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h