[lld] r297844 - [ELF] - Split struct In<ELFT> to have templated and non-templated sections areas.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 05:45:02 PDT 2017
Rui Ueyama via llvm-commits <llvm-commits at lists.llvm.org> writes:
> Please do not use inheritance. You don't need that at all here.
It is needed to avoid changing a lot of places at once. Now that this
has landed we can change all access to non-templated variables to use
InX:: and then remove the inheritance.
Cheers,
Rafael
More information about the llvm-commits
mailing list