[PATCH] D23315: [ELF] - Let linkerscript to use own outputsections factory.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 07:41:12 PDT 2016


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

- Simplify LinkerScript<ELFT>::assignAddresses() (since this patch makes output sections to be unique by name,

there is no more need in loops like "for each section with this name... assign address")


https://reviews.llvm.org/D23315

Files:
  ELF/Driver.cpp
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/ELF/linkerscript/linkerscript-merge-sections.s
  test/ELF/linkerscript/linkerscript-repsection-va.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23315.67346.patch
Type: text/x-patch
Size: 18699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/71d5f1e2/attachment.bin>


More information about the llvm-commits mailing list