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

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 16:19:02 PST 2016


pcc added a comment.

In https://reviews.llvm.org/D26951#603493, @mehdi_amini wrote:

> Sure, this part is fine, I think what tickled me was "the IRObjectFile growing a way to choose the architecture", which I read as "you pass in the architecture and it get all the right modules from the bitcode file and get a ModuleSymbolTable for them".


Right, "architecture" was just an example here, we can make a better decision about what exactly the discriminator should be when the time comes to implement a feature that depends on it.


https://reviews.llvm.org/D26951





More information about the llvm-commits mailing list