[LLVMdev] Win32 COFF Support

Michael Spencer bigcheesegs at gmail.com
Mon Jun 21 09:01:52 PDT 2010


On Mon, Jun 21, 2010 at 9:37 AM, Aaron Gray <aaronngray.lists at gmail.com> wrote:
>
> Whats going on with having both write_uint32_le()
> in WinCOFFObjectWriter::DefineSection() and WriteLE32() in
> WinCOFFObjectWriter::WriteFileHeader() ?
> Aaron

Thanks, missed that one. Nathan used write_uint32_le in WinCOFF.h, and
I guess accidentally used it in WinCOFFObjectWriter.cpp. I'll remove
the calls from WinCOFFObjectWriter.cpp now, and remove them (and the
decl+deff) from WinCOFF.h when it gets moved over to Support/COFF.h.

- Michael Spencer




More information about the llvm-dev mailing list