[llvm-commits] Extract MachObjectWriter class to own header and code files

Chris Lattner clattner at apple.com
Fri Mar 19 10:20:09 PDT 2010


On Mar 19, 2010, at 3:55 AM, Daniel Dunbar wrote:

>>> Right. I have this stuff planned out in my head, along similar lines.
>>> I'll try to get it in the next week but right now I wanted to get
>>> x86_64 Mach-O support up, which gives two concrete implementations to
>>> factor for. Work for you?
>> 
>> Okay, thats great :)
> 
> As of r98955, MCAssembler is now Mach-O independent.
> 
> We still need to either change MCMachOStreamer to be MCObjectStreamer,
> or implement MC{ELF,COFF}Streamer classes, before immediate work on
> ELF/COFF MCObjectWriters can begin.

As a first step, MCSectionCOFF needs to be updated to be a semantic representation of the section instead of a textual one.

-Chris



More information about the llvm-commits mailing list