summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoCOFF.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-23 07:47:02 +0000
committerChris Lattner <sabre@nondot.org>2010-01-23 07:47:02 +0000
commit9eb158d5b4cd4f6fc80912e2dd77bdf13c3ca0e7 (patch)
treee51fc5dd2d8b42749fd516f3cae3457155d767ca /lib/MC/MCAsmInfoCOFF.cpp
parentf9f93e4388962b678fd59b7af5212d4cc0d38be2 (diff)
downloadllvm-9eb158d5b4cd4f6fc80912e2dd77bdf13c3ca0e7.tar.gz
llvm-9eb158d5b4cd4f6fc80912e2dd77bdf13c3ca0e7.tar.bz2
llvm-9eb158d5b4cd4f6fc80912e2dd77bdf13c3ca0e7.tar.xz
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94299 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoCOFF.cpp')
-rw-r--r--lib/MC/MCAsmInfoCOFF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp
index 5ca66b56d5..e395acdd31 100644
--- a/lib/MC/MCAsmInfoCOFF.cpp
+++ b/lib/MC/MCAsmInfoCOFF.cpp
@@ -18,7 +18,7 @@ using namespace llvm;
MCAsmInfoCOFF::MCAsmInfoCOFF() {
GlobalPrefix = "_";
- LCOMMDirective = "\t.lcomm\t";
+ HasLCOMMDirective = true;
COMMDirectiveTakesAlignment = false;
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;