[PATCH] D14382: [ELF2] - Basic implementation of -r/--relocatable

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 05:37:13 PST 2016


grimar updated this revision to Diff 48917.
grimar added a comment.

- Updated diff with changes proposed by Rafael Ávila de Espíndola.
- Moved getRelocatedSection and copyRelocations from InputSectionBase to InputSection as was suggested by Rui Ueyama.


http://reviews.llvm.org/D14382

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/InputSection.cpp
  ELF/InputSection.h
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/ELF/Inputs/relocatable.s
  test/ELF/Inputs/relocatable2.s
  test/ELF/relocatable.s
  test/ELF/strip-all.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14382.48917.patch
Type: text/x-patch
Size: 20393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160224/4c635a01/attachment.bin>


More information about the llvm-commits mailing list