[patch] Split parseAssembly in parseAssembly and parseAssemblyInto.

David Blaikie dblaikie at gmail.com
Thu Aug 21 10:48:09 PDT 2014


Did you already make this change in 215989 ?

On Tue, Aug 19, 2014 at 2:56 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>




More information about the llvm-commits mailing list