diff options
author | Naomi Musgrave <nmusgrave@google.com> | 2015-07-30 18:46:18 +0000 |
---|---|---|
committer | Naomi Musgrave <nmusgrave@google.com> | 2015-07-30 18:46:18 +0000 |
commit | 64a1bd9db87d61c25be94bc24a3caabd313e3e61 (patch) | |
tree | 12b1b756b78ec4fd80e5602f0257d2fbc22e6a13 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | a6438ca12a72efe147e74b6ea4698f696f52b969 (diff) | |
download | bcm5719-llvm-64a1bd9db87d61c25be94bc24a3caabd313e3e61.tar.gz bcm5719-llvm-64a1bd9db87d61c25be94bc24a3caabd313e3e61.zip |
testing for tail call optimization repression when sanitizing use-after-dtor
Summary: Verify that running in optimized mode while checking for use-after-dtor errors, does not generate tail call invocation of destructor. This avoids possible error where stack frame for the destructor is eliminated, making tracking down the errors more difficult.
Reviewers: eugenis, kcc
Subscribers: cfe-commits
Differential Revision: http://reviews.llvm.org/D11614
simplified test cases
updated line numbering on test
renamed test
llvm-svn: 243675
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions