[PATCH] D35868: Detemplate part of SymbolTable
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 19:31:21 PDT 2017
ruiu added a comment.
Yeah, but I think the reason why we are using a SymbolTable as a bag to store input files is mostly historic. We can store it to global variables, and it shouldn't decrease the quality of code because they are already available globally through Symtab<ELFT>::X.
https://reviews.llvm.org/D35868
More information about the llvm-commits
mailing list