[libcxx-commits] [PATCH] D134124: [libc++] Fix wrong implementation of CityHash
Tommy Chiang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 21 20:37:35 PDT 2022
oToToT added a comment.
> Technically, changing the hash means that we'd violate http://eel.is/c++draft/hash.requirements#2
Yes, but actually we're also now changing the hash value in this patch. Thus, I think upgrading CityHash might not be that harmful if we can do it in the same release (i.e. libc++ 16.0.0).
On the other side, if we have some concerns about changing the hash value, maybe I also need to add some notice for this patch somewhere?
> Oh, also, please make sure to fix the CI on AIX before committing this.
Hmm, I'm still thinking why this break the AIX CI. I'll fix it before I commit this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134124/new/
https://reviews.llvm.org/D134124
More information about the libcxx-commits
mailing list