[PATCH] D109577: [LNT] Fixed incorrect orders behavior in case of miss formatted llvm_project_revision
Chris Matthews via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 13:29:18 PST 2022
cmatthews requested changes to this revision.
cmatthews added a comment.
This revision now requires changes to proceed.
Actually, I just realized this has a serious bug. The hash function in python is salted, so results are different between process restarts.
https://docs.python.org/3/reference/datamodel.html#object.__hash__
Can you use a different hash function?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109577/new/
https://reviews.llvm.org/D109577
More information about the llvm-commits
mailing list