[Lldb-commits] [PATCH] D130689: [LLVM] Update C++ standard to 17
Tobias Hieta via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 9 02:14:18 PDT 2022
thieta 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)
----------------
glandium wrote:
> 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.
fixed it here: https://github.com/llvm/llvm-project/commit/15eaefa5fe3608b03f1abefc31129efaf9eab88e
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