diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-11-13 23:20:45 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-11-13 23:20:45 +0000 |
commit | d967badc646853e895a391439560e155c85d70c1 (patch) | |
tree | c5c7d5d5667778d22a14c289224ca9de0dc22856 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
parent | 59e4a6f5e2f7434ec6ec8bf334d211256105c897 (diff) | |
download | bcm5719-llvm-d967badc646853e895a391439560e155c85d70c1.tar.gz bcm5719-llvm-d967badc646853e895a391439560e155c85d70c1.zip |
Don't use alias from derived dtor to base dtor at -O0.
This patch disables aliasing (and rauw) of derived dtors to base dtors at -O0.
This optimization can have a negative impact on the debug quality.
This was a latent bug for some time with local classes, but got noticed when it
was generalized and broke gdb's destrprint.exp.
llvm-svn: 194618
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions