[PATCH] D28571: RuntimeDyldELF/AArch64: Implement basic support for PIC relocations

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 26 07:57:15 PST 2017


evgeny777 updated this revision to Diff 85914.
evgeny777 added reviewers: eliben, grosbach.
evgeny777 added a comment.
Herald added a reviewer: javed.absar.

Addressed review comments from Peter:

- implemented the map between GOT relocation target and corresponding GOT offset
- added test cases for all supported GOT relocs


https://reviews.llvm.org/D28571

Files:
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_PIC_relocations.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28571.85914.patch
Type: text/x-patch
Size: 15515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170126/87f13805/attachment.bin>


More information about the llvm-commits mailing list