[PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 14 10:39:18 PDT 2016


ruiu added a comment.

Because that Symbol.cpp needs to initialize symbols for each ELF type is an internal detail of the file. initSymbol, or in general, init<filename> is the initializer function for a file.


Repository:
  rL LLVM

http://reviews.llvm.org/D18047





More information about the llvm-commits mailing list