Contrary to what the documentation says, .lcomm alignment on COFF is in bytes, not...
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 7 Sep 2012 18:56:10 +0000 (18:56 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 7 Sep 2012 18:56:10 +0000 (18:56 +0000)
commit1a005cec5a7a0eaa1a43f32c6eaf7ff812e3d382
tree2812be44b79d4c2779bfad372949e6d41bbd5005
parentc53ade2889c85207e064e4c3d049383ffffb3319
Contrary to what the documentation says, .lcomm alignment on COFF is in bytes, not power of 2.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163405 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAsmInfoCOFF.cpp