diff options
author | George Burgess IV <george.burgess.iv@gmail.com> | 2018-02-27 06:43:19 +0000 |
---|---|---|
committer | George Burgess IV <george.burgess.iv@gmail.com> | 2018-02-27 06:43:19 +0000 |
commit | 612cf21ec7ae21fa294234c583aa7888e3ae410d (patch) | |
tree | f7c7d7b7d454dd2cb0d3990daa6f951c47bfcf1b /lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py | |
parent | 1137cde9fe779e8169ba54f334869f5a7f7e5061 (diff) | |
download | bcm5719-llvm-612cf21ec7ae21fa294234c583aa7888e3ae410d.tar.gz bcm5719-llvm-612cf21ec7ae21fa294234c583aa7888e3ae410d.zip |
[MemorySSA] Call the correct dtors
It appears that there were many cases where we were directly (through
templates) calling the dtor of MemoryAccess, which is conceptually an
abstract class.
This hasn't been a problem, since the data members of all of the
subclasses of MemoryAccess have been POD. I'm planning on changing that.
:)
llvm-svn: 326175
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/target/TestTargetAPI.py')
0 files changed, 0 insertions, 0 deletions