Displaying 2 results from an estimated 2 matches for "nelse".
Did you mean:
else
2010 Jul 19
2
[LLVMdev] Win32 COFF Support - Patch 4
On Wed, Jun 16, 2010 at 1:46 PM, Daniel Dunbar <daniel at zuster.org> wrote:
> - Please split the patch into at least four parts:
> (1) Add WinCOFFStreamer, with a stub implementation.
> (2) Add WinCOFFObjectWriter, with a stub implementation.
> (3) Fill in WinCOFFStreamer.
> (4) Fill in WinCOFFObjectWriter.
Attached is patch number 4.
- Michael Spencer
2010 Jul 24
0
[LLVMdev] Win32 COFF Support - Patch 4
...symbol is already very overloaded, I would avoid adding a
new 'class Symbol'.
- I find it annoying to have more versions of write little endian
32-bit data, but I'm not sure what the right solution is. We can clean
this up later, perhaps.
- There are a couple of instances of: "}\nelse" instead of "} else".
Thanks!
- Daniel
On Mon, Jul 19, 2010 at 3:09 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:
> On Wed, Jun 16, 2010 at 1:46 PM, Daniel Dunbar <daniel at zuster.org> wrote:
>> - Please split the patch into at least four parts:
>...