[PATCH] D15779: [ELF] - Implemented optimization for R_X86_64_GOTPCREL relocation.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 03:53:56 PST 2016


grimar updated this revision to Diff 45368.
grimar marked 4 inline comments as done.
grimar added a comment.

- Addressed review comments.
- Removed Off argument.
- Added error message for case when relocation overflow happens during relaxation.


http://reviews.llvm.org/D15779

Files:
  ELF/InputSection.cpp
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp
  test/ELF/Inputs/gotpc-relax-und-dso.s
  test/ELF/gotpc-relax-und-dso.s
  test/ELF/gotpc-relax.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15779.45368.patch
Type: text/x-patch
Size: 26241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160120/22645889/attachment.bin>


More information about the llvm-commits mailing list