[PATCH] D46354: [LLD] [COFF] Add support for the remaining ARM64 relocations

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 2 04:24:13 PDT 2018


mstorsjo created this revision.
mstorsjo added reviewers: ruiu, compnerd.
Herald added a reviewer: javed.absar.
Herald added subscribers: chrib, kristof.beyls.

Now only IMAGE_REL_ARM64_ABSOLUTE and IMAGE_REL_ARM64_TOKEN are unhandled.

Also add range checks for the existing BRANCH26 relocation.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D46354

Files:
  COFF/Chunks.cpp
  test/COFF/Inputs/far-arm64-abs.s
  test/COFF/arm64-branch-range.test
  test/COFF/arm64-relocs-imports.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46354.144849.patch
Type: text/x-patch
Size: 8518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180502/1309ea3e/attachment.bin>


More information about the llvm-commits mailing list