[Lldb-commits] [PATCH] D130689: [LLVM] Update C++ standard to 17
Mike Hommey via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 9 02:07:22 PDT 2022
glandium added inline comments.
================
Comment at: llvm/cmake/modules/CheckCompilerVersion.cmake:16
# _MSC_VER == 1927 MSVC++ 14.27 Visual Studio 2019 Version 16.7
-set(MSVC_MIN 19.20)
+set(MSVC_MIN 19.27)
set(MSVC_SOFT_ERROR 19.27)
----------------
thieta wrote:
> glandium wrote:
> > You didn't update llvm/cmake/platforms/WinMsvc.cmake accordingly
> AHA! That explains the fms-compatibility issue. Will you push a NFC commit or do you want me to do that?
I don't have push access.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130689/new/
https://reviews.llvm.org/D130689
More information about the lldb-commits
mailing list