[PATCH] D19977: [ELF] - Move section factory out from writer to make it reusable.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 08:23:54 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

Since I think we are all agree that linkerscript should create sections,
we might want to reuse the OutputSectionFactory (D19976 already do that now),
so this patch moves it out from writer cpp file for that purpose.

http://reviews.llvm.org/D19977

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19977.56292.patch
Type: text/x-patch
Size: 10171 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160505/60803dbf/attachment.bin>


More information about the llvm-commits mailing list