[PATCH] D35868: Detemplate part of SymbolTable

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 17:02:17 PDT 2017


ruiu added a comment.

I think we can detemplate this class without creating a class hierarchy. Most part of the class does not use ELFT, so I think we can template member functions and then detemplate the class.


https://reviews.llvm.org/D35868





More information about the llvm-commits mailing list