[llvm-dev] raw_pwrite_stream to string or stdout?

Yaron Keren via llvm-dev llvm-dev at lists.llvm.org
Mon Feb 22 11:01:13 PST 2016


Note that raw_fd_ostream is not seekable, and hence will not be suitable as
addPassesToEmitFile output stream.



2016-02-22 18:27 GMT+02:00 Rafael EspĂ­ndola <llvm-dev at lists.llvm.org>:

> On 22 February 2016 at 11:16, Frank Winter <fwinter at jlab.org> wrote:
> > TargetMachine::CGFT_AssemblyFile is exactly what I am trying to write
> out.
>
> I see.
>
> For that I think we should be able to just change outs() to return a
> raw_fd_ostream. It is already implemented with one anyway.
>
> Cheers,
> Rafael
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160222/6620c61e/attachment-0001.html>


More information about the llvm-dev mailing list