Re: r353411 - Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.

2019-02-12 Thread Hans Wennborg via cfe-commits
Merged to 8.0 in r353825. On Thu, Feb 7, 2019 at 4:13 PM Erich Keane via cfe-commits wrote: > > Author: erichkeane > Date: Thu Feb 7 07:14:11 2019 > New Revision: 353411 > > URL: http://llvm.org/viewvc/llvm-project?rev=353411&view=rev > Log: > Fix r350643 to limit COFF emission to <= 32 BYTES in

r353411 - Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.

2019-02-07 Thread Erich Keane via cfe-commits
Author: erichkeane Date: Thu Feb 7 07:14:11 2019 New Revision: 353411 URL: http://llvm.org/viewvc/llvm-project?rev=353411&view=rev Log: Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS. The patch in r350643 incorrectly sets the COFF emission based on bits instead of bytes. This