[PATCH] D27415: [ELF] - Replace MergeOutputSection with synthetic input section MergeSection.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 02:26:23 PST 2016


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

- Addressed review comments.


https://reviews.llvm.org/D27415

Files:
  ELF/InputSection.cpp
  ELF/InputSection.h
  ELF/LinkerScript.cpp
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Writer.cpp
  ELF/Writer.h
  test/ELF/basic-aarch64.s
  test/ELF/basic-mips.s
  test/ELF/basic-ppc.s
  test/ELF/basic.s
  test/ELF/basic32.s
  test/ELF/basic64be.s
  test/ELF/build-id.s
  test/ELF/debug-gc.s
  test/ELF/gc-merge-local-sym.s
  test/ELF/gc-sections-merge-addend.s
  test/ELF/gc-sections-merge-implicit-addend.s
  test/ELF/gc-sections-merge.s
  test/ELF/i386-merge.s
  test/ELF/linkerscript/alternate-sections.s
  test/ELF/linkerscript/merge-sections.s
  test/ELF/merge-shared-str.s
  test/ELF/merge-shared.s
  test/ELF/merge-string-align.s
  test/ELF/merge-string.s
  test/ELF/merge-sym.s
  test/ELF/merge.s
  test/ELF/no-merge.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27415.81727.patch
Type: text/x-patch
Size: 38061 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161216/1a6eb487/attachment-0001.bin>


More information about the llvm-commits mailing list