[PATCH] D19538: [ELF] - Some cleanup of Writer<ELFT>::createSections()

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 09:58:05 PDT 2016


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

* Create reserved symbols at one place.
* Add predefined sections at one place to output list.

I am trying to clean up this to be able to delegate output 
sections creation later to linkerscript if SECTIONS command is present.

http://reviews.llvm.org/D19538

Files:
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19538.55024.patch
Type: text/x-patch
Size: 5127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160426/b0c161f5/attachment.bin>


More information about the llvm-commits mailing list