[PATCH] D30939: [ELF] - Split struct In<ELFT> to have templated and non-templated sections areas.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 07:16:03 PDT 2017
grimar created this revision.
Patch logically splits In<ELFT> into 2 areas,
one has non-templated sections, second contains ELFT templated ones.
That allows to code that was detemplated to access non-templated sections freely,
and should open road for futher detemplation proccess.
https://reviews.llvm.org/D30939
Files:
ELF/InputFiles.cpp
ELF/InputSection.cpp
ELF/LinkerScript.cpp
ELF/OutputSections.cpp
ELF/Relocations.cpp
ELF/Symbols.cpp
ELF/SyntheticSections.cpp
ELF/SyntheticSections.h
ELF/Target.cpp
ELF/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30939.91714.patch
Type: text/x-patch
Size: 62711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170314/fd4b4d9d/attachment.bin>
More information about the llvm-commits
mailing list