[cfe-dev] Invoking an external assembler in a pipe

Martin J. O'Riordan via cfe-dev cfe-dev at lists.llvm.org
Thu Jun 15 01:50:06 PDT 2017


Thanks Tim, guess I was dreaming after all :-)

	MartinO

-----Original Message-----
From: Tim Northover [mailto:t.p.northover at gmail.com] 
Sent: 14 June 2017 16:31
To: Martin J. O'Riordan <martin.oriordan at movidius.com>
Cc: clang developer list <cfe-dev at lists.llvm.org>
Subject: Re: [cfe-dev] Invoking an external assembler in a pipe

On 14 June 2017 at 07:54, Martin J. O'Riordan via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> A year or more ago I read somewhere that it was possible to invoke a 
> non-integrate assemble tool to run in a pipe rather than as a separate 
> tool run after the generation of the intermediate assembly file.

Traditionally that's been the "-pipe" option, but I think Clang ignores it.

Tim.




More information about the cfe-dev mailing list