[PATCH] D27609: Fix R_AARCH64_MOVW_UABS_G3 relocation

Yichao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 19:54:11 PST 2016


yuyichao updated this revision to Diff 81522.
yuyichao added a comment.

Tests added. Also discovered and had to fix two other bugs since the arch detection was wrong for aarch64_be ELF file....


https://reviews.llvm.org/D27609

Files:
  include/llvm/Object/ELFObjectFile.h
  include/llvm/Object/RelocVisitor.h
  lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_BE-relocations.s
  test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_relocations.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27609.81522.patch
Type: text/x-patch
Size: 11177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/8eacc0c6/attachment.bin>


More information about the llvm-commits mailing list