mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
This adds an option to set the _MSC_VER macro without recompiling. This is very useful when testing compatibility with the Windows SDK and c++stdlib headers. -fmsc-version=<version> (defaults to VS2003 (1300)) llvm-svn: 116999