[PATCH] D32072: [AArch64] ILP32 Backend Relocation Support

Joel Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 08:34:12 PDT 2017


joelkevinjones updated this revision to Diff 96751.
joelkevinjones added a comment.

Address comments about missing tests (for those relocations intended to implemented) and about misnamed relocation.


https://reviews.llvm.org/D32072

Files:
  include/llvm/Support/ELFRelocs/AArch64.def
  lib/Target/AArch64/AArch64AsmPrinter.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h
  test/CodeGen/AArch64/arm64-tls-dynamics.ll
  test/MC/AArch64/adrp-relocation.s
  test/MC/AArch64/arm32-elf-relocs.s
  test/MC/AArch64/arm32-large-relocs.s
  test/MC/AArch64/arm32-tls-relocs.s
  test/MC/AArch64/arm64-elf-reloc-condbr.s
  test/MC/AArch64/arm64-elf-relocs.s
  test/MC/AArch64/arm64-tls-relocs.s
  test/MC/AArch64/elf-reloc-ldrlit.s
  test/MC/AArch64/elf-reloc-pcreladdressing-ilp32.s
  test/MC/AArch64/elf-reloc-tstb.s
  test/MC/AArch64/elf-reloc-uncondbrimm.s
  test/MC/AArch64/error-location.s
  test/MC/AArch64/ilp32-diagnostics.s
  test/MC/AArch64/inline-asm-modifiers.s
  test/MC/AArch64/lp64-diagnostics.s
  test/MC/AArch64/tls-relocs.s
  test/tools/llvm-readobj/reloc-types.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32072.96751.patch
Type: text/x-patch
Size: 66190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/77944f04/attachment.bin>


More information about the llvm-commits mailing list