[PATCH] D34691: [LLD][ELF] Introduce range extension thunks for ARM

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 07:09:14 PDT 2017


peter.smith updated this revision to Diff 114598.
peter.smith added a comment.

Rebase to account for changes In https://reviews.llvm.org/D34689 and https://reviews.llvm.org/D37627, no other changes.


https://reviews.llvm.org/D34691

Files:
  ELF/Arch/ARM.cpp
  ELF/Arch/Mips.cpp
  ELF/Relocations.cpp
  ELF/Relocations.h
  ELF/Target.cpp
  ELF/Target.h
  ELF/Thunks.cpp
  ELF/Writer.cpp
  test/ELF/arm-branch-error.s
  test/ELF/arm-branch-rangethunk.s
  test/ELF/arm-thumb-branch-error.s
  test/ELF/arm-thumb-branch-rangethunk.s
  test/ELF/arm-thumb-mix-range-thunk-os.s
  test/ELF/arm-thumb-plt-range-thunk-os.s
  test/ELF/arm-thumb-range-thunk-os.s
  test/ELF/arm-thunk-largesection.s
  test/ELF/arm-thunk-linkerscript-dotexpr.s
  test/ELF/arm-thunk-linkerscript-large.s
  test/ELF/arm-thunk-linkerscript-orphan.s
  test/ELF/arm-thunk-linkerscript-sort.s
  test/ELF/arm-thunk-linkerscript.s
  test/ELF/arm-thunk-toolargesection.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34691.114598.patch
Type: text/x-patch
Size: 57842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170911/73c4543e/attachment.bin>


More information about the llvm-commits mailing list