diff options
author | Michael Kuperstein <michael.kuperstein@gmail.com> | 2016-04-14 22:00:11 +0000 |
---|---|---|
committer | Michael Kuperstein <michael.kuperstein@gmail.com> | 2016-04-14 22:00:11 +0000 |
commit | 16f13e252b2b41979abb563aa0e9a59cbb60e88e (patch) | |
tree | 526fea6a457dbd4bf98dfe6620a0207423237ae4 /lldb/packages/Python/lldbsuite/test | |
parent | dc4c095d510a80ab7571d79b39a2e5564a402da5 (diff) | |
download | bcm5719-llvm-16f13e252b2b41979abb563aa0e9a59cbb60e88e.tar.gz bcm5719-llvm-16f13e252b2b41979abb563aa0e9a59cbb60e88e.zip |
[AliasSetTracker] Correctly handle changing the size of an entry
If the size of an AST entry changes, we also need to make sure we perform
necessary alias set merges, as the new size may overlap pointers in other sets.
We happen to run into this with memset, because memset allows an entry for a
i8* pointer to have a decidedly non-i8 size.
This fixes PR27262.
Differential Revision: http://reviews.llvm.org/D18939
llvm-svn: 266381
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions