summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmInfoCOFF.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-25 07:20:44 +0000
committerChris Lattner <sabre@nondot.org>2010-01-25 07:20:44 +0000
commit4a80f4f7c858d8d4df360382ef248ae3d078a699 (patch)
tree3636cd0f63b074140fa7e1d6a8c6b5c3381be335 /lib/MC/MCAsmInfoCOFF.cpp
parent546ae6ec7793470cfb176d8e9c518bd14340d8d8 (diff)
downloadllvm-4a80f4f7c858d8d4df360382ef248ae3d078a699.tar.gz
llvm-4a80f4f7c858d8d4df360382ef248ae3d078a699.tar.bz2
llvm-4a80f4f7c858d8d4df360382ef248ae3d078a699.tar.xz
coff targets support alignment on .comm
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94410 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfoCOFF.cpp')
-rw-r--r--lib/MC/MCAsmInfoCOFF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfoCOFF.cpp b/lib/MC/MCAsmInfoCOFF.cpp
index e395acdd31..e6b79dd9d1 100644
--- a/lib/MC/MCAsmInfoCOFF.cpp
+++ b/lib/MC/MCAsmInfoCOFF.cpp
@@ -19,7 +19,6 @@ using namespace llvm;
MCAsmInfoCOFF::MCAsmInfoCOFF() {
GlobalPrefix = "_";
HasLCOMMDirective = true;
- COMMDirectiveTakesAlignment = false;
HasDotTypeDotSizeDirective = false;
HasSingleParameterDotFile = false;
PrivateGlobalPrefix = "L"; // Prefix for private global symbols