[all-commits] [llvm/llvm-project] 80ff39: [mlir] Fix build after ec50f5828f25 (#101021)

Ryan Holt via All-commits all-commits at lists.llvm.org
Sun Aug 11 18:46:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 80ff391190226b57fc3b192f7c941778c4ed2126
      https://github.com/llvm/llvm-project/commit/80ff391190226b57fc3b192f7c941778c4ed2126
  Author: Ryan Holt <ryanholt at mathworks.com>
  Date:   2024-08-11 (Sun, 11 Aug 2024)

  Changed paths:
    M mlir/unittests/Support/CyclicReplacerCacheTest.cpp

  Log Message:
  -----------
  [mlir] Fix build after ec50f5828f25 (#101021)

This commit fixes what appears to be invalid C++ -- a lambda capturing a
variable before it is declared. The code compiles with GCC and Clang but
not MSVC.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list