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

Steven Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 18:20:44 PDT 2023


srj added a comment.

In D144503#4201043 <https://reviews.llvm.org/D144503#4201043>, @kuhar wrote:

> Is there some public buildbot that experienced the same failure?

You can see the build logs here: https://buildbot.halide-lang.org/master/#/builders/105/builds/8

> Do you have some info on the build environment, version of the compiler, etc? I haven't seen this affect other windows buildbots.

Build environment is fairly stock Visual Studio Community 2022 on Windows 10.  (I'll go check to see if there are updates that need installing, but they should be pretty close to the latest.)

> If this is blocking you and you need a quick fix isolated to these two places, I suggest patching these two loops something like this:

Thanks, but we need to figure out if this is a problem in our build environment or a corner case of broken code -- we rely on testing unchanged LLVM versions.


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