[PATCH] D130689: [LLVM] Update C++ standard to 17
    Tobias Hieta via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Aug  9 02:02:32 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:
> 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?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130689/new/
https://reviews.llvm.org/D130689
    
    
More information about the cfe-commits
mailing list