[PATCH] D100672: [ADT] Add new type traits for type pack indexes
Stella Stamenova via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 19 09:19:21 PDT 2021
stella.stamenova added a comment.
@dblaikie @scott.linder I updated VS on both the mlir and lldb windows buildbots (from 15.9.30 to 15.9.36), but this update does not have an update to the compiler and indeed the compiler version was already ```Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27045```. You can see from the logs of the broken builds as well:
-- The C compiler identification is MSVC 19.16.27045.0
-- The CXX compiler identification is MSVC 19.16.27045.0
I think the issue is rather C++ 14 vs. C++ 17. It is my understanding that C++ 14 is required for LLVM, but not C++ 17, is that the case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100672/new/
https://reviews.llvm.org/D100672
More information about the llvm-commits
mailing list