diff options
author | Alexander Shaposhnikov <ashaposhnikov@google.com> | 2022-01-10 05:20:37 +0000 |
---|---|---|
committer | Alexander Shaposhnikov <ashaposhnikov@google.com> | 2022-01-10 05:20:37 +0000 |
commit | 8acc3b4ab0c76b9c2a54182e31a02f90ebb96329 (patch) | |
tree | 1a5b2d8c9c9ec067ea6e71d70be9d32d98833dfa /lldb/source/API/SBModule.cpp | |
parent | 6b8362eb8dc87be8977e3c1d3a7b2ff35a15898c (diff) | |
download | llvm-8acc3b4ab0c76b9c2a54182e31a02f90ebb96329.zip llvm-8acc3b4ab0c76b9c2a54182e31a02f90ebb96329.tar.gz llvm-8acc3b4ab0c76b9c2a54182e31a02f90ebb96329.tar.bz2 |
[lld][ELF] Support adrp+ldr GOT optimization for AArch64
This diff adds first bits to support relocation relaxations for AArch64
discussed on https://github.com/ARM-software/abi-aa/pull/106.
In particular, the case of
adrp x0, :got: symbol
ldr x0, [x0, :got_lo12: symbol]
is handled.
Test plan: make check-all
Differential revision: https://reviews.llvm.org/D112063
Diffstat (limited to 'lldb/source/API/SBModule.cpp')
0 files changed, 0 insertions, 0 deletions