summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCCodeEmitter.cpp
diff options
context:
space:
mode:
authorStephane Sezer <sas@cd80.net>2017-10-09 17:49:32 +0000
committerStephane Sezer <sas@cd80.net>2017-10-09 17:49:32 +0000
commit7c6d1c3171a434d70323c3b5756b5be7a93d73ed (patch)
tree7811cc9511e345d557ebb385411edfc34ee0951f /llvm/lib/MC/MCCodeEmitter.cpp
parent8804483b052709a4afc0c9f48b6d726ce07744b9 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud