llvm-project/lldb/source/Plugins/ObjectFile
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
..
ELF Add a relocation for R_AARCH64_ABS32 in ObjectFileELF 2018-08-17 00:35:47 +00:00
JIT Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Mach-O Fix a little thinko in generating ___lldb_unnamed_symbol symbols 2018-08-15 23:10:32 +00:00
PECOFF Add .debug_names section glue code 2018-06-01 12:06:45 +00:00
CMakeLists.txt