[llvm-commits] [PATCH][Target/PTX] Add new hooks for register MCStreamer for assembly text
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Nov 2 07:31:12 PDT 2010
On 2 November 2010 05:17, Che-Liang Chiou <clchiou at gmail.com> wrote:
> I will submit by tomorrow if no further comments.
Why do you need a different streamer? The syntax is too different?
hasAsmStreamer is unused.
Do you need RegisterAsmStreamer? Can you make AsmStreamerCtorFn an
argument to the Target constructor (with a default value)?
Cheers,
Rafael
More information about the llvm-commits
mailing list