[PATCH] D34857: [COFF, ARM64] Add initial relocation types

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 15 14:46:12 PDT 2017


mgrang updated this revision to Diff 106788.
mgrang retitled this revision from "[COFF, ARM64] Add initial relocation types for COFF ARM64 target" to "[COFF, ARM64] Add initial relocation types".
mgrang added a comment.

Added more relocations.
Could not find a test case for IMAGE_REL_ARM64_ADDR32NB.
I see that IMAGE_REL_ARM64_SECTION is generated only on Windows with dumpbin (and not on Linux with llvm-objdump). Does it make sense to limit this unit test only for Windows?


Repository:
  rL LLVM

https://reviews.llvm.org/D34857

Files:
  lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
  test/MC/AArch64/coff-relocations.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34857.106788.patch
Type: text/x-patch
Size: 8807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170715/ec9601ef/attachment.bin>


More information about the llvm-commits mailing list