[patch] Split parseAssembly in parseAssembly and parseAssemblyInto.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Aug 19 14:56:30 PDT 2014


This should restore the functionality of parsing new code into an
existing module without the confusing interface.

I realize that std::unique_ptr<MemoryBuffer> is no the most convenient
structure for the buffer, but I would like to change both functions to
be non-owning in a followup commit.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 2884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140819/11e9bee1/attachment.bin>


More information about the llvm-commits mailing list