[PATCH] Add option to use temporary file for assembling with clang

David Peixotto dpeixott at codeaurora.org
Thu Dec 5 10:07:48 PST 2013


> On 5 Dec 2013, at 15:33, Daniel Dunbar <daniel at zuster.org> wrote:
> > Doesn't -no-integrated-as already do this?
> 
> That passes the saved assembly file on to binutils. I think this option is
> to send it back through Clang.

Yes, I want to be able to send the asm output back through clang. As Tim
said, the -no-integrated-as option will produce a file, but it uses binutils
to assemble.




More information about the cfe-commits mailing list