[PATCH] D28612: [ELF] - Added support for --emit-relocs.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 04:07:27 PST 2017


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

- Addressed comments.

(reimplemented logic relative to discarding target section, added support and testcase for --gc-sections --emit-relocs used together).


https://reviews.llvm.org/D28612

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/InputFiles.cpp
  ELF/InputSection.cpp
  ELF/InputSection.h
  ELF/LinkerScript.cpp
  ELF/MarkLive.cpp
  ELF/Options.td
  ELF/OutputSections.cpp
  ELF/Writer.cpp
  test/ELF/Inputs/emit-relocs.s
  test/ELF/emit-relocs-gc.s
  test/ELF/emit-relocs.s
  test/ELF/linkerscript/emit-reloc-discard.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28612.85729.patch
Type: text/x-patch
Size: 13882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170125/5293d7c8/attachment.bin>


More information about the llvm-commits mailing list