[llvm-commits] [PATCH][Target/PTX] Public declaration of MCAsmStreamer class

Che-Liang Chiou clchiou at gmail.com
Tue Oct 12 20:35:23 PDT 2010


Hi there,

This patch makes the declaration of MCAsmStreamer class public.

The purpose is for extending MCAsmStreamer and writing a customized
PTX assembly text output in subsequent patches.

PTX imposes special syntax on function declaration, sections of
assembly text, and etc.  It would be very difficult if not impossible
to write a PTX-compliant assembly text generator if we may only extend
AsmPrinter class.

SVN=116177
TEST=Compile successfully

Regards,
Che-Liang
-------------- next part --------------
A non-text attachment was scrubbed...
Name: r116177-public-mcasmstreamer.patch
Type: text/x-patch
Size: 13192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20101013/a2d0c617/attachment.bin>


More information about the llvm-commits mailing list