commit | be4b3b1eba359a3bc50350fe8394aa0c5526dd2b | [log] [tgz] |
---|---|---|
author | Tim Northover <tnorthover@apple.com> | Thu Aug 30 20:28:32 2018 +0000 |
committer | Tim Northover <tnorthover@apple.com> | Thu Aug 30 20:28:32 2018 +0000 |
tree | 72316ee5207b927bba6e005e8e637b9b92595475 | |
parent | c31eb6fd8c5f848adaa3124fcb83b09c1f89eefc [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341113 91177308-0d34-0410-b5e6-96231b3b80d8