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

Siva Chandra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 16 09:17:46 PDT 2021


sivachandra added a comment.

In D100657#2695069 <https://reviews.llvm.org/D100657#2695069>, @sivachandra wrote:

> FYI this has caused widespread redness in the bots. The fixes seem to be straightforward so I do not think we need to revert.

Actually, I take it back that we do not need to revert. We need to revert because `std::rotate` in used in `Hashing.h`.


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