diff options
author | Manuel Jacob <me@manueljacob.de> | 2015-12-22 16:50:44 +0000 |
---|---|---|
committer | Manuel Jacob <me@manueljacob.de> | 2015-12-22 16:50:44 +0000 |
commit | 990dfa6fe5a98183a1dfab55f56db4bc40cead4d (patch) | |
tree | 95f4b4582b703945a8c0c29adce78109d50a629d /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | c2961ab889fb983df13f7953e1535859d7a45116 (diff) | |
download | bcm5719-llvm-990dfa6fe5a98183a1dfab55f56db4bc40cead4d.tar.gz bcm5719-llvm-990dfa6fe5a98183a1dfab55f56db4bc40cead4d.zip |
[RS4GC] Fix crash in the case that a live variable has a constant base.
Summary:
Previously, RS4GC crashed in CreateGCRelocates() because it assumed
that every base is also in the array of live variables, which isn't true if a
live variable has a constant base.
This change fixes the crash by making sure CreateGCRelocates() won't try to
relocate a live variable with a constant base. This would be unnecessary
anyway because anything with a constant base won't move.
Reviewers: reames
Subscribers: llvm-commits, sanjoy
Differential Revision: http://reviews.llvm.org/D15556
llvm-svn: 256252
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions