diff options
author | Nathan Lanza <nathan@lanza.io> | 2018-11-05 22:18:00 +0000 |
---|---|---|
committer | Nathan Lanza <nathan@lanza.io> | 2018-11-05 22:18:00 +0000 |
commit | 6868d2dd65d48e6e15dbfe99dc8b5fcbd042fd8f (patch) | |
tree | 3258229e59a12243bbdfd939a5478760870dc583 /lldb/packages/Python/lldbsuite/test | |
parent | def82a81af9c9df711a80f3f166623aafe37d4c8 (diff) | |
download | bcm5719-llvm-6868d2dd65d48e6e15dbfe99dc8b5fcbd042fd8f.tar.gz bcm5719-llvm-6868d2dd65d48e6e15dbfe99dc8b5fcbd042fd8f.zip |
Add a relocation to ObjectFileELF::ApplyRelocations and a test
Summary:
pcm files can end up being processed by lldb with relocations to be
made for the .debug_info section. When a R_AARCH64_ABS64 relocation
was required lldb would hit an `assert(false)` and die.
Add R_AARCH64_ABS64 relocations to the S+A 64 bit width code path. Add
a test for R_AARCH64_ABS64 and R_AARCH64_ABS32 .rela.debug_info
relocations in a pcm file.
Reviewers: sas, xiaobai, davide, javed.absar, espindola
Reviewed By: davide
Subscribers: labath, zturner, emaste, mgorny, arichardson, kristof.beyls
Differential Revision: https://reviews.llvm.org/D51566
llvm-svn: 346171
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions