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
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