[PATCH] D92705: [llvm] Update WinMsvc.cmake's fms-compatability to match llvm's prereqs

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 12:10:42 PST 2020


rnk accepted this revision.
rnk added a comment.

We should raise the default _MSC_VER, but IMO that's separable, and I wouldn't rely on it. For cross-compilation, I would recommend setting an explicit version. Otherwise, the very host-specific auto-detection logic could run, and it might produce strange results on a Linux system.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92705/new/

https://reviews.llvm.org/D92705



More information about the llvm-commits mailing list