[PATCH] D150651: Fix regression after D150436

Aaron Ballman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 05:02:28 PDT 2023


aaron.ballman accepted this revision.
aaron.ballman added a comment.

We should land this sooner rather than later, llvm-tblgen currently crashes on stock debug builds with MSVC because of their checked iterators (so this doesn't require an expensive checks build to reproduce) -- we *really* need a post-commit CI bot with that functionality enabled.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150651



More information about the llvm-commits mailing list