[PATCH] D18743: [ELF] - Improved consept of dummies sections.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 3 07:49:42 PDT 2016


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

During review of D18499 was requested to improve way how
we deal with dummies sections.
This patch does that. Now they are not part of OutputSections list,
but still keeping them as sections helps to simplify the code.

http://reviews.llvm.org/D18743

Files:
  ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18743.52502.patch
Type: text/x-patch
Size: 4645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160403/1720d9ef/attachment.bin>


More information about the llvm-commits mailing list