summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorKyungwoo Lee <kyulee@meta.com>2024-08-23 06:40:12 -0700
committerGitHub <noreply@github.com>2024-08-23 06:40:12 -0700
commitc9b6339ad40cacb729cc714342d443e781fdfca3 (patch)
tree0037d2081ee76c34be4e1f634c841365f2365ec5 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent2617023923175b0fd2a8cb94ad677c061c01627f (diff)
[NFC] Use stable_hash_combine instead of hash_combine (#105619)
I found the current stable hash is not deterministic across multiple runs on a specific platform. This is because it uses `hash_combine` instead of `stable_hash_combine`.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions