[PATCH] D102943: [modules] Use `HashBuilder` and `MD5` for the module hash.
Alexandre Rames via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 29 11:50:30 PDT 2021
arames added inline comments.
================
Comment at: clang/include/clang/Serialization/ModuleFileExtension.h:89
+ using ExtensionHashBuilder =
+ llvm::HashBuilderImpl<llvm::MD5, llvm::support::endianness::little>;
+ virtual void hashExtension(ExtensionHashBuilder &HBuilder) const;
----------------
This obviously needs to be fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102943/new/
https://reviews.llvm.org/D102943
More information about the cfe-commits
mailing list