diff options
author | Tim Northover <tnorthover@apple.com> | 2018-08-30 20:28:32 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2018-08-30 20:28:32 +0000 |
commit | c0445098519defc4bd13624095fac92977c9cfe4 (patch) | |
tree | 543f7a6a9dc599ee9ecf414a4e1535eab1d47f78 /llvm/lib/CodeGen/SafeStack.cpp | |
parent | 20892fb4b04d1c066e41e5adac825a942244a5ec (diff) | |
download | llvm-c0445098519defc4bd13624095fac92977c9cfe4.zip llvm-c0445098519defc4bd13624095fac92977c9cfe4.tar.gz llvm-c0445098519defc4bd13624095fac92977c9cfe4.tar.bz2 |
Hashing: use 64-bit seed for hashing on all platforms.
get_execution_seed returns a size_t which varies across platforms, but its
users actually always feed it into a uint64_t role so it makes sense to be
consistent.
Mostly this is just a tidy-up, but it also apparently allows PCH files to be
shared between Clang compilers built for 32-bit and 64-bit hosts.
llvm-svn: 341113
Diffstat (limited to 'llvm/lib/CodeGen/SafeStack.cpp')
0 files changed, 0 insertions, 0 deletions