[PATCH] D30939: [ELF] - Split struct In<ELFT> to have templated and non-templated sections areas.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 10:21:02 PDT 2017


ruiu added a comment.

This removes template parameter from only three sections among 27 sections, and now you have to append `X` everywhere. Is this really worth it? I wonder if we should just wait for C++14 template variable.


https://reviews.llvm.org/D30939





More information about the llvm-commits mailing list