[PATCH] D146893: [ADT] Work around MSVC bug affecting `get(enumerator_result)`

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 28 08:59:55 PDT 2023


probinson added a comment.

> It'd be great if we had buildbots that cover a wider range of MSVC versions...

I agree, but my colleagues who pay more attention to this stuff claim there's only one bot actually using MSVC at all (the `llvm-clang-x86_64-sie-win` bot). They tell me all the other public Windows bots are using clang-cl, apparently, which doesn't help those of us downstream with big MSVC farms.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146893



More information about the llvm-commits mailing list