diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2021-11-30 08:45:20 +0100 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2021-11-30 08:46:05 +0100 |
commit | 89453ed6f2059b5cec576fc41914def713fe38f7 (patch) | |
tree | 3279bf3ef306ea53c9d33f7a004959d6dfcc6f59 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 5bbe50148f3b515c170be22209395b72890f5b8c (diff) | |
download | llvm-89453ed6f2059b5cec576fc41914def713fe38f7.zip llvm-89453ed6f2059b5cec576fc41914def713fe38f7.tar.gz llvm-89453ed6f2059b5cec576fc41914def713fe38f7.tar.bz2 |
[ARM] create new pseudo t2LDRLIT_ga_pcrel for stack guards
We can't use the existing pseudo ARM::tLDRLIT_ga_pcrel for loading the
stack guard for PIC code that references the GOT, since arm-pseudo may
expand this to the narrow tLDRpci rather than the wider t2LDRpci.
Create a new pseudo, t2LDRLIT_ga_pcrel, and expand it to t2LDRpci.
Fixes: https://bugs.chromium.org/p/chromium/issues/detail?id=1270361
Reviewed By: ardb
Differential Revision: https://reviews.llvm.org/D114762
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions