[PATCH] D20104: [ELF] - Make few members of Writer to be global and export them for reuse

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 08:26:55 PDT 2016


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

Creating sections on linkerscript side requires some methods
that can be reused if are exported from writer.
D19976 already uses these three.

In combination with D19977 and D19981, this one can help
to remove the noise from D19976 patch.

http://reviews.llvm.org/D20104

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20104.56720.patch
Type: text/x-patch
Size: 3990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160510/e4f6e78c/attachment.bin>


More information about the llvm-commits mailing list