mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The obsolete llvm::HashString() was equivalent to llvm::djbHash(seed=0) and was removed from llvm. This patch replaces all occurences of llvm::HashString() with llvm::djbHash(seed=0), no functional change. The default seed of llvm::djbHash() is supposed to yield a higher quality result that using seed=0, but changing it looks like it affects the ordering of SIL serialization.
71 KiB
71 KiB