[llvm-dev] raw_pwrite_stream to string or stdout?

Rafael EspĂ­ndola via llvm-dev llvm-dev at lists.llvm.org
Mon Feb 22 08:27:34 PST 2016


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


More information about the llvm-dev mailing list