[PATCH] D102943: Hashing: use a 64-bit storage type on all platforms.

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 21 17:38:34 PDT 2021


dexonsmith added a comment.

In D102943#2774732 <https://reviews.llvm.org/D102943#2774732>, @jroelofs wrote:

> why do module hashes need to be stable when cross-compiling?

IIUC, the use case is cross-compiling when building the modules, which are then sent to the target to use when compiling other things.


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