[PATCH] D26223: Reduce number of classes by merging DIHelper with ObjectFile.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 16:49:05 PDT 2016
ruiu created this revision.
ruiu added a reviewer: evgeny777.
ruiu added a subscriber: llvm-commits.
DIHelper is a class having only one member, and ObjectFile has
a unique pointer to a DIHelper. So we can directly have ObjectFile
have the member.
https://reviews.llvm.org/D26223
Files:
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/Relocations.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26223.76653.patch
Type: text/x-patch
Size: 6504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161101/7c896a67/attachment.bin>
More information about the llvm-commits
mailing list