[PATCH] D26951: Object: Make IRObjectFile own multiple modules and enumerate symbols from all modules.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 15:33:35 PST 2016


mehdi_amini added a comment.

In https://reviews.llvm.org/D26951#603439, @pcc wrote:

> An important point which I forgot to mention: the symbol table stored by ModuleSymbolTable would correspond to any number of modules (all of the same target triple).


That seems an arbitrary choice, that is only driven by the current use case of splitting vtables for LTO.


https://reviews.llvm.org/D26951





More information about the llvm-commits mailing list