[PATCH] D68065: Propeller: LLD Support for Basic Block Sections

Sriraman Tallam via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 15:13:12 PST 2020


tmsriram updated this revision to Diff 242760.
tmsriram added a comment.

Incorporated all the changes  to make the patch self-contained.

- This patch introduces jump relocations which are created in the linker to keep track of changes to jump instructions.
- A test has been added and this patch can be checked in independently.
- Shrinking jump instructions will be done in a separate patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68065/new/

https://reviews.llvm.org/D68065

Files:
  lld/ELF/Arch/X86_64.cpp
  lld/ELF/Config.h
  lld/ELF/Driver.cpp
  lld/ELF/InputSection.cpp
  lld/ELF/InputSection.h
  lld/ELF/LTO.cpp
  lld/ELF/Options.td
  lld/ELF/OutputSections.cpp
  lld/ELF/Relocations.h
  lld/ELF/Target.h
  lld/ELF/Writer.cpp
  lld/test/ELF/bb-sections-delete-fallthru.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68065.242760.patch
Type: text/x-patch
Size: 26734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/4bda7fa6/attachment.bin>


More information about the llvm-commits mailing list