[PATCH] D92515: Bump MSVC required version to 19.14

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 13:42:23 PDT 2021


aganea added a comment.

In that case you'll need to pass `-fmsc-version=...` or `-fms-compatibility-version=...` in the `-DCMAKE_CXX_FLAGS` and `-DCMAKE_C_FLAGS`, and put the proper version that corresponds to your MSVC includes/libs. You don't really need to MSVC binaries.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92515



More information about the llvm-commits mailing list