[PATCH] D144503: [ADT] Allow `llvm::enumerate` to enumerate over multiple ranges

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 10:39:49 PDT 2023


dstuttard added a comment.

>> I note from an earlier comment that updating VS2022 with latest patches solved this issue for @srj 
>> But is the issue similar for the minimum required version of MSVC (currently Visual Studio 2019 / v16.0 )??
>
> It passed across all windows buildbots, which includes VS 2019. Example: https://lab.llvm.org/buildbot/#/builders/13/builds/33254

I think that build bot is using 1929 (which is VS2019 16.10 ??) I get confused by the different ways the versions are described :(
The minimum required is v16.0 - which is 1920 I think.

Needless to say, we're seeing the same build error. I'll do some digging and see if updating to a newer VS2019 fixes the issue for us too (although if it does I guess the min required version will need updating).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144503



More information about the llvm-commits mailing list