[PATCH] D11775: ELF2: Simplify Writer interface.

Rui Ueyama ruiu at google.com
Wed Aug 5 13:25:03 PDT 2015


ruiu created this revision.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
ruiu set the repository for this revision to rL LLVM.

We are using Writer more like a function instead of a class.
This patch makes it a function to simplify the interface.
All details of Writer class is now hidden from other parts of the linker.

Repository:
  rL LLVM

http://reviews.llvm.org/D11775

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11775.31389.patch
Type: text/x-patch
Size: 7079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150805/52c76b37/attachment.bin>


More information about the llvm-commits mailing list