Merging r353411:
authorHans Wennborg <hans@hanshq.net>
Tue, 12 Feb 2019 10:56:21 +0000 (10:56 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 12 Feb 2019 10:56:21 +0000 (10:56 +0000)
commitbd267e52848cd96167fcd78f8838f1bd4bdbbe51
tree6cbe69fb28761fab71f97e9bf1d9647162171a9e
parent06a67715245e77d15d78459e9e8a74f63f463e83
Merging r353411:
------------------------------------------------------------------------
r353411 | erichkeane | 2019-02-07 16:14:11 +0100 (Thu, 07 Feb 2019) | 7 lines

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 patch converts the 32 via CharUnits to bits to
compare the correct values.

Change-Id: Icf38a16470ad5ae3531374969c033557ddb0d323
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_80@353825 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp
test/CodeGen/microsoft-no-common-align.c