diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-23 16:35:42 -0800 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-01-23 16:37:03 -0800 |
commit | 47d7a81ba4bb4be2e6027fb44aa4cbfaffe9c3f2 (patch) | |
tree | e5d0ff408cb38d0b5f3623294de5caf3d96fb093 /lldb/unittests/ScriptInterpreter/Python | |
parent | 19c76989bb505c3117730c47df85fd3800ea2767 (diff) | |
download | llvm-47d7a81ba4bb4be2e6027fb44aa4cbfaffe9c3f2.zip llvm-47d7a81ba4bb4be2e6027fb44aa4cbfaffe9c3f2.tar.gz llvm-47d7a81ba4bb4be2e6027fb44aa4cbfaffe9c3f2.tar.bz2 |
[lldb/Util] Use md5 instead of python's hash function.
Because of the way the Python hash function works, it's not guaranteed
to be the same. This was causing a lot of reproducers to be generated
for the same tests, even though the CWD or arguments didn't change.
Switching to an MD5 hash should fix that.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions