summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-02-28 17:32:50 +0000
committerRui Ueyama <ruiu@google.com>2018-02-28 17:32:50 +0000
commitba16baccf1ce8851220fdedbab6653a0d1a4bb80 (patch)
treea4a7deb54f002add85b2590974372d959c89ac1d /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
parent280f872bb23dcfdf312ae914a10e9079b4f1b670 (diff)
downloadbcm5719-llvm-ba16baccf1ce8851220fdedbab6653a0d1a4bb80.tar.gz
bcm5719-llvm-ba16baccf1ce8851220fdedbab6653a0d1a4bb80.zip
[WebAssembly] Improve WasmSignatureDenseMapInfo.
Let X and Y be types. Previously, functions F(X, Y) and G(Y, X) had the same hash value because their hash values are computed as follows: hash(F) = hash(X) + hash(Y) hash(G) = hash(Y) + hash(X) This patch fixes the issue by using hash_combine. Differential Revision: https://reviews.llvm.org/D43856 llvm-svn: 326336
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud