[PATCH] D27073: Object: Extract a ModuleSymbolTable class from IRObjectFile.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 21:42:02 PST 2016
mehdi_amini added a comment.
> Sorry, I meant that we wouldn't need accessors such as getTargetTriple() on ModuleSymbolTable, because as I mentioned that's the class we'll use for going from IR modules to symbol tables, and if you're starting from an IR module then you obviously already have an IR module that you can call accessors on.
Right, I forgot you plan on another class for the BitcodeSymbolTable.
https://reviews.llvm.org/D27073
More information about the llvm-commits
mailing list