search for: 8998891a

Displaying 3 results from an estimated 3 matches for "8998891a".

2010 Jul 17
1
[LLVMdev] Win32 COFF Support - Patch 3
...f2b00347edb5c04371c710c6dd264fbd - Michael Spencer -------------- next part -------------- A non-text attachment was scrubbed... Name: ms-coff-patch-3.2.patch Type: application/octet-stream Size: 21033 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100716/8998891a/attachment.obj>
2010 Jul 16
0
[LLVMdev] Win32 COFF Support - Patch 3
Hi Michael, Overall patch looks good. I do have a few comments below. My main comment is please try to make the style match that used in the MCMachOStreamer more closely. I intend to refactor more functionality into the base MCObjectStreamer class, and having them use consistent idioms makes this easier; specific instances are included in the comments: -- > diff --git
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