For ELF, .comm takes alignment value as the optional 3rd argument. It must be
authorEvan Cheng <evan.cheng@apple.com>
Tue, 7 Feb 2006 21:54:08 +0000 (21:54 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 7 Feb 2006 21:54:08 +0000 (21:54 +0000)
commit315421e77c1912038170762df85ea576f29371f6
treecd58211341539a524a8244a9cd75187e0fd47bdd
parentad3bc8d8add8204195aeb5106036eb7992541bdb
For ELF, .comm takes alignment value as the optional 3rd argument. It must be
specified in bytes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26043 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86AsmPrinter.cpp