[PATCH] D137101: [CodeView] Replace GHASH hasher by BLAKE3
Sylvain Audi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 10 14:00:58 PST 2022
saudi added inline comments.
================
Comment at: llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h:65
+ SHA1_8, // last 8-bytes of standard SHA1 hash
+ BLAKE3, // trucated 8-bytes BLAKE3
};
----------------
typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137101/new/
https://reviews.llvm.org/D137101
More information about the llvm-commits
mailing list