Displaying 2 results from an estimated 2 matches for "sectioncoff".
Did you mean:
mcsectioncoff
2010 Jul 16
0
[LLVMdev] Win32 COFF Support - Patch 3
..."llvm/MC/MCSymbol.h"
> #include "llvm/MC/MCExpr.h"
> +#include "llvm/MC/MCValue.h"
> +#include "llvm/MC/MCAssembler.h"
> +#include "llvm/MC/MCAsmLayout.h"
> #include "llvm/MC/MCCodeEmitter.h"
> #include "llvm/MC/MCSectionCOFF.h"
> +#include "llvm/Target/TargetRegistry.h"
> #include "llvm/Target/TargetAsmBackend.h"
> +#include "llvm/ADT/StringMap.h"
> +
> #include "llvm/Support/COFF.h"
> #include "llvm/Support/Debug.h"
> #include "llvm/S...
2010 Jul 14
2
[LLVMdev] Win32 COFF Support - Patch 3
On Sun, Jul 11, 2010 at 6:10 PM, Chris Lattner <clattner at apple.com> wrote:
> This probably needs to be slightly tweaked to work with mainline. I don't see anything objectionable, but I think Daniel needs to review this one.
Updated patch to work with mainline.
http://github.com/Bigcheese/llvm-mirror/commit/d19a4c82c18afc4830c09b70f02d162292231c94
- Michael Spencer