diff options
author | Reid Kleckner <reid@kleckner.net> | 2013-10-14 21:14:05 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2013-10-14 21:14:05 +0000 |
commit | bd5bd4b36a207a98c8433462701e48a4aa5a05a4 (patch) | |
tree | b7ab3cf574be6d0dffeb70aa4269515509d32fbf /lldb/scripts/Python | |
parent | e896819033434f0da3cd4831f2c14cdae1ce8719 (diff) | |
download | llvm-bd5bd4b36a207a98c8433462701e48a4aa5a05a4.zip llvm-bd5bd4b36a207a98c8433462701e48a4aa5a05a4.tar.gz llvm-bd5bd4b36a207a98c8433462701e48a4aa5a05a4.tar.bz2 |
PR17576: Fix assertion on polymorphic classes with small alignment
We have to reserve at least the width of a pointer for the vfptr. For
classes with small alignment, we weren't reserving enough space, and
were overlapping the first field with the vfptr.
llvm-svn: 192626
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions