[cfe-dev] Invoking an external assembler in a pipe
Tim Northover via cfe-dev
cfe-dev at lists.llvm.org
Wed Jun 14 08:30:55 PDT 2017
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