[all-commits] [llvm/llvm-project] 4be8a7: [lldb] Fix TestVTableValue on 32 bit
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Nov 3 03:37:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4be8a7bda55c5b50832b773b204f75cd26c5979d
https://github.com/llvm/llvm-project/commit/4be8a7bda55c5b50832b773b204f75cd26c5979d
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M lldb/test/API/functionalities/vtable/TestVTableValue.py
Log Message:
-----------
[lldb] Fix TestVTableValue on 32 bit
7fbd427f5ebea4a4ebf25747758851875bb7e173 added a test that overwrites
a vtable entry but it uses and expects a 64 bit value. Add the 32 bit
equivalents.
More information about the All-commits
mailing list