[PATCH] D19171: [ELF] - Get rid of SectionOrder array.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 11:55:19 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
SectionOrder vector was a part of LinkerScript class.
After commit of D18499 it can be removed because Locations vector
contains the same information and SectiorOrder is just a subset.
http://reviews.llvm.org/D19171
Files:
ELF/LinkerScript.cpp
ELF/LinkerScript.h
test/ELF/linkerscript-orphans.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19171.53927.patch
Type: text/x-patch
Size: 3862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160415/a9170f57/attachment.bin>
More information about the llvm-commits
mailing list