[PATCH] D23866: [ELF] - Linkerscript: do not use outputsections factory.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 02:06:39 PDT 2016


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

- Simplify even more (previous diff contained changes for easy integration of code to merge section attributes when combining them, but

since this patch just about removing the dependency on section factory, this changes are unnessecary for now, so I removed them what allowed to simplify a bit more).


https://reviews.llvm.org/D23866

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23866.69211.patch
Type: text/x-patch
Size: 7456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160825/6b49dd5c/attachment.bin>


More information about the llvm-commits mailing list