[PATCH] D31921: Object: Factor out the code for creating the irsymtab for an arbitrary bitcode file.

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 14:00:41 PDT 2017


tejohnson added a comment.

It seems odd to me to have the invocation of the module reader as well in irsymtab, which is just a piece of the file. Why not in IRObjectFile.cpp in llvm::object?


https://reviews.llvm.org/D31921





More information about the llvm-commits mailing list