commit | b1301f7bceecfd74fd2d60f106288afc1e5c0f80 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jan 23 07:47:02 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jan 23 07:47:02 2010 +0000 |
tree | 2927d1c3c704c4b8c165483bec21a33e77ecb569 | |
parent | 76bdea32900ab533b0c059ec8b71fff59c919632 [diff] [blame] |
mcize lcomm, simplify .comm, extend both to support 64-bit sizes. llvm-svn: 94299
diff --git a/llvm/lib/MC/MCAsmInfoCOFF.cpp b/llvm/lib/MC/MCAsmInfoCOFF.cpp index 5ca66b5..e395acd 100644 --- a/llvm/lib/MC/MCAsmInfoCOFF.cpp +++ b/llvm/lib/MC/MCAsmInfoCOFF.cpp
@@ -18,7 +18,7 @@ MCAsmInfoCOFF::MCAsmInfoCOFF() { GlobalPrefix = "_"; - LCOMMDirective = "\t.lcomm\t"; + HasLCOMMDirective = true; COMMDirectiveTakesAlignment = false; HasDotTypeDotSizeDirective = false; HasSingleParameterDotFile = false;