[PATCH] D100657: [Support] Don't include <algorithm> in Hashing.h

Nathaniel McVicar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 09:14:09 PDT 2021


NathanielMcVicar added a comment.

This broke the Windows MLIR buildbot, because algorithm is required for std::min in MSVC.
https://lab.llvm.org/buildbot/#/builders/13/builds/6985/steps/6/logs/stdio


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100657



More information about the llvm-commits mailing list