diff options
author | Martin Storsjo <martin@martin.st> | 2017-11-02 08:16:16 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2017-11-02 08:16:16 +0000 |
commit | 6a3ed9bfd05cd284229c29673b1f708b39fd52a6 (patch) | |
tree | 46ffae17db493b19a272e7c69c83b140f41fad57 /lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py | |
parent | 965602ac82c194201eec9d9ec68777e34a45f1f8 (diff) | |
download | bcm5719-llvm-6a3ed9bfd05cd284229c29673b1f708b39fd52a6.tar.gz bcm5719-llvm-6a3ed9bfd05cd284229c29673b1f708b39fd52a6.zip |
Fix building for ARM with dwarf exception handling
The previous definition of _LIBUNWIND_HIGHEST_DWARF_REGISTER seems
to be a copy of the ARM64 value (introduced in SVN r276128); since
the code actually hasn't compiled properly for arm in dwarf mode
before, this hasn't actually been used. Set it to the correct value
based on the UNW_ARM_* enum values.
The iwmmx control variables have to be made mutable, since they are
touched from within getRegister (which previously wasn't const), and
getRegister is used on a const Registers object in DwarfInstructions.hpp.
Differential Revision: https://reviews.llvm.org/D39251
llvm-svn: 317192
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions