[PATCH] D30939: [ELF] - Split struct In<ELFT> to have templated and non-templated sections areas.
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 14 07:22:21 PDT 2017
evgeny777 added a comment.
Probably deriving In<ELFT> from non-templated structure would be easier?
template <class ELFT> struct In : InBase { .... };
https://reviews.llvm.org/D30939
More information about the llvm-commits
mailing list