[PATCH] D22960: [ELF] LinkerScript: Implement custom output section factory

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 06:37:13 PDT 2016


evgeny777 removed rL LLVM as the repository for this revision.
evgeny777 updated this revision to Diff 66117.
evgeny777 added a comment.

Updated diff, so now it's little less noisy.
The main problem is that lot of code was moved from LinkerScript to OutputSectionFactory, so it's hard to make it look pretty


https://reviews.llvm.org/D22960

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22960.66117.patch
Type: text/x-patch
Size: 20754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160729/66ce7af5/attachment.bin>


More information about the llvm-commits mailing list