[PATCH] D121510: [Support] Introduce the BLAKE3 hashing function implementation

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 10:32:16 PDT 2022


rnk accepted this revision.
rnk added a comment.

Thank you for taking this on, as mentioned previously, we use SHA1 for PDB type merging, and this will speed that up.

What do you think about landing this as two patches, one which is a pristine source import, and the second which applies all the llvm_ prefixing changes, which I agree are necessary? This may make it easier to merge in future updates, should there ever be any.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121510



More information about the llvm-commits mailing list