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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Dec 5 07:56:59 PST 2013


On 5 December 2013 10:43, Tim Northover <tnorthover at apple.com> wrote:
> 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.

Correct. The idea is to have an easy to use options for testing that
we can parse the assembly we print.

Cheers,
Rafael



More information about the cfe-commits mailing list