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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 06:52:30 PST 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

Currently does not have support for files containing relocation sections with entries that refer to local symbols (like rel[a].eh_frame which refer to sections and not to symbols).


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/Symbols.h
  ELF/Writer.cpp
  test/elf2/Inputs/relocatable.s
  test/elf2/Inputs/relocatable2.s
  test/elf2/relocatable.s
  test/elf2/strip-all.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14382.39367.patch
Type: text/x-patch
Size: 21830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151105/4850a049/attachment.bin>


More information about the llvm-commits mailing list