Hi All, Could I read .ll file as module to get its functions in ModulePass could it be like readModuleFromFile(M.ll) or whatever? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130814/0d549b75/attachment.html>
On Wed, Aug 14, 2013 at 12:04 PM, Rasha Omar <rasha.sala7 at gmail.com> wrote:> Hi All, > Could I read .ll file as module to get its functions in ModulePass > could it be like readModuleFromFile(M.ll) or whatever? > Thanks >llvm::ParseAssemblyFile? -Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130814/72feb88b/attachment.html>