[PATCH] D20554: Create Relocations.cpp and move scanRelocs there.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon May 23 21:14:47 PDT 2016
ruiu created this revision.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
scanReloc and the functions on which scanReloc depends is in total
more than 600 lines of code. Since scanReloc does not depend on Writer,
it is better to move it into a separate file.
http://reviews.llvm.org/D20554
Files:
ELF/CMakeLists.txt
ELF/InputSection.h
ELF/Relocations.cpp
ELF/Relocations.h
ELF/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20554.58187.patch
Type: text/x-patch
Size: 53098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160524/5aacf754/attachment.bin>
More information about the llvm-commits
mailing list