summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2019-10-07 17:28:03 +0000
committerErich Keane <erich.keane@intel.com>2019-10-07 17:28:03 +0000
commit8a410bcef02c25b6b3a49fa6483875eb64539aad (patch)
tree5bc0735b4fa2e26032f327aebacd2fd0d689715c /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
parente4cec2d3c73f7b30edc03b6b8219273fc81fc477 (diff)
downloadbcm5719-llvm-8a410bcef02c25b6b3a49fa6483875eb64539aad.tar.gz
bcm5719-llvm-8a410bcef02c25b6b3a49fa6483875eb64539aad.zip
Fix Calling Convention through aliases
r369697 changed the behavior of stripPointerCasts to no longer include aliases. However, the code in CGDeclCXX.cpp's createAtExitStub counted on the looking through aliases to properly set the calling convention of a call. The result of the change was that the calling convention mismatch of the call would be replaced with a llvm.trap, causing a runtime crash. Differential Revision: https://reviews.llvm.org/D68584 llvm-svn: 373929
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud