[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:06:01 PDT 2023


srj added a comment.

There is also a similar breakage in InstrInfoEmitter.cpp:

  C:\build_bot\worker\llvm-17-x86-32-windows\llvm-project\llvm\utils\TableGen\InstrInfoEmitter.cpp(120): error C2440: 'initializing': cannot convert from 'size_t' to '_This'
          with
          [
              _This=llvm::Record *const &
          ]


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