search for: mcwin32coff

Displaying 4 results from an estimated 4 matches for "mcwin32coff".

2010 Jun 14
0
[LLVMdev] Win32 COFF Support
...ate and send the most recent version? I'd like to get this cleaned up applied even if it isn't functionally perfect yet. Thanks! A general comment: for many of these, I only list one instance of a particular issue. +++ lib/MC/WinCOFF.h (working copy) @@ -0,0 +1,327 @@ +//===-- llvm/MC/MCWin32Coff.h -----------------------------------*- C++ -*-===// Please fix the filename in the comment line. +#include <llvm/MC/MCObjectWriter.h> +#include <llvm/ADT/SmallString.h> +#include <llvm/ADT/SmallVector.h> Please use "" style includes for llvm headers. +namespace co...
2010 Jun 12
3
[LLVMdev] Win32 COFF Support
Here is a full patch including Nathan's COFF support, tests that pass on Windows, and some changes to lit. Obviously the COFF support and changes to lit should be separate patches in the end. http://codereview.appspot.com/1624043/show - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: COFF-support.patch Type: application/octet-stream Size:
2010 Jun 14
2
[LLVMdev] Win32 COFF Support
...this cleaned up applied even if it isn't > functionally perfect yet. > > Thanks! > > > A general comment: for many of these, I only list one instance of a > particular issue. > > > +++ lib/MC/WinCOFF.h (working copy) > @@ -0,0 +1,327 @@ > +//===-- llvm/MC/MCWin32Coff.h -----------------------------------*- > C++ -*-===// > > Please fix the filename in the comment line. > > +#include <llvm/MC/MCObjectWriter.h> > +#include <llvm/ADT/SmallString.h> > +#include <llvm/ADT/SmallVector.h> > > Please use "" style...
2010 Jun 14
0
[LLVMdev] Win32 COFF Support
...functionally >> perfect yet. >> >> Thanks! >> >> >> A general comment: for many of these, I only list one instance of a >> particular issue. >> >> >> +++ lib/MC/WinCOFF.h (working copy) >> @@ -0,0 +1,327 @@ >> +//===-- llvm/MC/MCWin32Coff.h -----------------------------------*- C++ >> -*-===// >> >> Please fix the filename in the comment line. >> >> +#include <llvm/MC/MCObjectWriter.h> >> +#include <llvm/ADT/SmallString.h> >> +#include <llvm/ADT/SmallVector.h> >> >...