diff options
author | Michał Górny <mgorny@moritz.systems> | 2021-10-19 14:17:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@moritz.systems> | 2021-10-19 14:47:46 +0200 |
commit | 1c2c67b46b55a2a81ebc988c829e2eee13a4fec6 (patch) | |
tree | 7ced60487180d661ff614a7bd48c194ceefa1a6b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f97f946839d18ca88b4e8f32d45e458f124bdf6b (diff) | |
download | llvm-1c2c67b46b55a2a81ebc988c829e2eee13a4fec6.zip llvm-1c2c67b46b55a2a81ebc988c829e2eee13a4fec6.tar.gz llvm-1c2c67b46b55a2a81ebc988c829e2eee13a4fec6.tar.bz2 |
[lldb] [Process/Utility] Fix value_regs/invalidate_regs for ARM
Fix incorrect values for value_regs, and incomplete values for
invalidate_regs in RegisterInfos_arm. The value_regs entry needs
to list only one base (i.e. larger) register that needs to be read
to get the value for this register, while invalidate_regs needs to list
all other registers (including pseudo-register) whose values would
change when this register is written to.
While at it, introduce helper macros for the definitions.
7a8ba4ffbeecb5070926b80bb839a4d80539f1ac fixed a similar problem
for ARM64.
Differential Revision: https://reviews.llvm.org/D112066
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions