[patch] Add a TargetMCStreamer interface.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Oct 7 13:24:44 PDT 2013


This patch fixes an old FIXME by creating a TargetMCStreamer interface
and moving the target specific functions for ARM, Mips and PPC to it.

The ARM streamer is still declared in a common place because it is
used from lib/CodeGen/ARMException.cpp, but the Mips and PPC are
completely hidden in the corresponding Target directories.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 66932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131007/dbb0626d/attachment.obj>


More information about the llvm-commits mailing list