[PATCH] D18711: Change how we apply rellocations

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 14:45:13 PDT 2016


rafael updated this revision to Diff 53091.
rafael added a comment.

Rebased patch.

Sorry for the crazy delay. The two main things that are delaying this are

- I noticed this was not handling non alloc sections.
- I think I can dramatically reduced the number of enumerations that are needed. Similar to what I did in r265682.

I am giving the second idea a push. With that in place I will then fix the first one and upload a new patch that also addresses the review comments.


http://reviews.llvm.org/D18711

Files:
  ELF/InputSection.cpp
  ELF/InputSection.h
  ELF/OutputSections.cpp
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp
  test/ELF/tls-opt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18711.53091.patch
Type: text/x-patch
Size: 60232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160408/2264509d/attachment-0001.bin>


More information about the llvm-commits mailing list