diff options
author | Stephane Sezer <sas@cd80.net> | 2017-10-09 17:49:32 +0000 |
---|---|---|
committer | Stephane Sezer <sas@cd80.net> | 2017-10-09 17:49:32 +0000 |
commit | 7c6d1c3171a434d70323c3b5756b5be7a93d73ed (patch) | |
tree | 7811cc9511e345d557ebb385411edfc34ee0951f /llvm/lib/MC/MCCodeEmitter.cpp | |
parent | 8804483b052709a4afc0c9f48b6d726ce07744b9 (diff) | |
download | bcm5719-llvm-7c6d1c3171a434d70323c3b5756b5be7a93d73ed.tar.gz bcm5719-llvm-7c6d1c3171a434d70323c3b5756b5be7a93d73ed.zip |
Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with r
Summary:
While the specification says that the 64bit registers are prefixed with
`x`, it seems that many people still use `r`. Until recently, we had been using
the `r` prefix instead of the `x` prefix in ds2. This caused lldb to fail during
unwinding. I think it's reasonable to check for a register prefixed with `r`,
since some people still choose to use `r`.
Reviewers: sas, fjricci, clayborg
Reviewed By: sas, clayborg
Subscribers: aemerson, javed.absar, kristof.beyls
Differential Revision: https://reviews.llvm.org/D38376
Change by Alex Langford <apl@fb.com>
llvm-svn: 315221
Diffstat (limited to 'llvm/lib/MC/MCCodeEmitter.cpp')
0 files changed, 0 insertions, 0 deletions