llvm-project/lldb/source/Plugins/ObjectFile/ELF
Stephane Sezer 9e2fe8be02 Add a relocation for R_AARCH64_ABS32 in ObjectFileELF
Summary:
.rela.debug_info relocations are being done via
ObjectFileELF::ApplyRelocations for aarch64. Currently, the switch case
that iterates over the relocation type is only implemented for a few
different types and `assert(false)`es over the rest.

Implement the relocation for R_AARCH64_ABS32 in ApplyRelocations

Reviewers: sas, xiaobai, javed.absar, espindola

Reviewed By: sas

Subscribers: emaste, arichardson, kristof.beyls

Differential Revision: https://reviews.llvm.org/D50369

Change by Nathan Lanza <lanza@fb.com>

llvm-svn: 339974
2018-08-17 00:35:47 +00:00
..
CMakeLists.txt Add LLVMObject dependency to our ObjectFileELF plugin 2017-12-18 10:51:03 +00:00
ELFHeader.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ELFHeader.h Enable AUTOBRIEF in doxygen configuration. 2018-05-02 16:55:16 +00:00
ObjectFileELF.cpp Add a relocation for R_AARCH64_ABS32 in ObjectFileELF 2018-08-17 00:35:47 +00:00
ObjectFileELF.h Move AddressClass to private enums since API doesn't provide any functions to manage it. 2018-06-27 06:50:10 +00:00